Skip to content

Commit

Permalink
Bump default pytest version 8.0.0 -> 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Feb 25, 2024
1 parent 669495f commit f34ec0c
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.2".to_string()
}
}
PythonPackage::Pytest => "8.0.0".to_string(),
PythonPackage::Pytest => "8.0.2".to_string(),
PythonPackage::PytestCov => "4.1.0".to_string(),
PythonPackage::Ruff => "0.2.2".to_string(),
PythonPackage::Tomli => "2.0.1".to_string(),
Expand Down

0 comments on commit f34ec0c

Please sign in to comment.