Skip to content

Commit f34ec0c

Browse files
committed
Bump default pytest version 8.0.0 -> 8.0.2
1 parent 669495f commit f34ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pub fn default_version(package: &PythonPackage, min_python_version: &str) -> Str
166166
"3.6.2".to_string()
167167
}
168168
}
169-
PythonPackage::Pytest => "8.0.0".to_string(),
169+
PythonPackage::Pytest => "8.0.2".to_string(),
170170
PythonPackage::PytestCov => "4.1.0".to_string(),
171171
PythonPackage::Ruff => "0.2.2".to_string(),
172172
PythonPackage::Tomli => "2.0.1".to_string(),

0 commit comments

Comments
 (0)