Skip to content

Commit 0f3cc5f

Browse files
authored
revert: "chore(deps): update dependency pytest to >=9,<10" (#1514)
1 parent 2f2ed03 commit 0f3cc5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tests = [
5959
# CVE-2025-71176 (pytest <9.0.3 tmp-dir predictability) is dev-only and
6060
# not fixable on 3.9 — risk is bounded to local CI runners.
6161
"pytest>=9.0.3; python_version >= '3.10'",
62-
"pytest>=9,<10; python_version < '3.10'",
62+
"pytest>=8.4,<9; python_version < '3.10'",
6363
"pytest-cov>=5",
6464
"coverage[toml]>=7.3.1,<8",
6565
]

0 commit comments

Comments
 (0)