From cb48c9840bd6fa3911023af87791623270310359 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sun, 1 Dec 2024 09:03:32 -0500 Subject: [PATCH] Bump default pyteat version 8.3.3 -> 8.3.4 --- 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 64a9619..e934dac 100644 --- a/src/package_version.rs +++ b/src/package_version.rs @@ -172,7 +172,7 @@ pub fn default_version(package: &PythonPackage) -> String { PythonPackage::Mkdocstrings => "0.27.0".to_string(), PythonPackage::MyPy => "1.13.0".to_string(), PythonPackage::PreCommit => "4.0.0".to_string(), - PythonPackage::Pytest => "8.3.3".to_string(), + PythonPackage::Pytest => "8.3.4".to_string(), PythonPackage::PytestAsyncio => "0.24.0".to_string(), PythonPackage::PytestCov => "6.0.0".to_string(), PythonPackage::Ruff => "0.8.1".to_string(),