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