Skip to content

Commit

Permalink
Merge pull request #616 from sanders41/pytest
Browse files Browse the repository at this point in the history
Bump default pytest version 8.3.3 -> 8.3.4
  • Loading branch information
sanders41 authored Dec 1, 2024
2 parents 48693c8 + cb48c98 commit f60a770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub fn default_version(package: &PythonPackage) -> String {
PythonPackage::Mkdocstrings => "0.27.0".to_string(),
PythonPackage::MyPy => "1.13.0".to_string(),
PythonPackage::PreCommit => "4.0.0".to_string(),
PythonPackage::Pytest => "8.3.3".to_string(),
PythonPackage::Pytest => "8.3.4".to_string(),
PythonPackage::PytestAsyncio => "0.24.0".to_string(),
PythonPackage::PytestCov => "6.0.0".to_string(),
PythonPackage::Ruff => "0.8.1".to_string(),
Expand Down

0 comments on commit f60a770

Please sign in to comment.