From f34ec0c9812774acc715dfe3624293b0b75676c4 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 24 Feb 2024 19:22:59 -0500 Subject: [PATCH] Bump default pytest version 8.0.0 -> 8.0.2 --- src/package_version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package_version.rs b/src/package_version.rs index 218cf4f..3954c49 100644 --- a/src/package_version.rs +++ b/src/package_version.rs @@ -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(),