Skip to content

Commit

Permalink
Merge pull request #338 from sanders41/pytest
Browse files Browse the repository at this point in the history
Bump default pytest version 8.2.1 -> 8.2.2
  • Loading branch information
sanders41 committed Jun 4, 2024
2 parents 7b4cf1a + 41b76e9 commit 6f9a74e
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 @@ -150,7 +150,7 @@ pub fn default_version(package: &PythonPackage) -> String {
match package {
PythonPackage::Maturin => "1.5.1".to_string(),
PythonPackage::MyPy => "1.10.0".to_string(),
PythonPackage::Pytest => "8.2.1".to_string(),
PythonPackage::Pytest => "8.2.2".to_string(),
PythonPackage::PytestCov => "5.0.0".to_string(),
PythonPackage::Ruff => "0.4.7".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
Expand Down

0 comments on commit 6f9a74e

Please sign in to comment.