Skip to content

Commit

Permalink
Merge pull request #178 from sanders41/pytest
Browse files Browse the repository at this point in the history
Bump default pytest version 7.4.3 -> 7.4.4
  • Loading branch information
sanders41 authored Dec 31, 2023
2 parents cf56a69 + 4a94f19 commit 9e91272
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 @@ -166,7 +166,7 @@ pub fn default_version(package: &PythonPackage, min_python_version: &str) -> Str
"3.6.0".to_string()
}
}
PythonPackage::Pytest => "7.4.3".to_string(),
PythonPackage::Pytest => "7.4.4".to_string(),
PythonPackage::PytestCov => "4.1.0".to_string(),
PythonPackage::Ruff => "0.1.9".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
Expand Down

0 comments on commit 9e91272

Please sign in to comment.