There was an error while loading. Please reload this page.
1 parent a87e934 commit 8dee343Copy full SHA for 8dee343
1 file changed
pyproject.toml
@@ -57,7 +57,7 @@ tests = [
57
# CVE-2025-71176 (pytest <9.0.3 tmp-dir predictability) is dev-only and
58
# not fixable on 3.9 — risk is bounded to local CI runners.
59
"pytest>=9.0.3; python_version >= '3.10'",
60
- "pytest==8.4.2; python_version < '3.10'",
+ "pytest==9.0.3; python_version < '3.10'",
61
"pytest-cov>=5",
62
"coverage[toml]>=7.3.1,<8",
63
]
0 commit comments