From 33ac9345d39750868612dcea5aa1c6786e6f7de8 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 28 Jan 2025 17:17:45 -0500 Subject: [PATCH] Bump default pytest-asyncio 0.25.2 -> 0.25.3 --- 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 a9c3eb0f..0e6510a3 100644 --- a/src/package_version.rs +++ b/src/package_version.rs @@ -173,7 +173,7 @@ pub fn default_version(package: &PythonPackage) -> String { PythonPackage::MyPy => "1.14.1".to_string(), PythonPackage::PreCommit => "4.1.0".to_string(), PythonPackage::Pytest => "8.3.4".to_string(), - PythonPackage::PytestAsyncio => "0.25.2".to_string(), + PythonPackage::PytestAsyncio => "0.25.3".to_string(), PythonPackage::PytestCov => "6.0.0".to_string(), PythonPackage::Ruff => "0.9.3".to_string(), PythonPackage::Tomli => "2.0.1".to_string(),