Skip to content

Commit 8dee343

Browse files
authored
chore(deps): update dependency pytest to v9.0.3 (#1509)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent a87e934 commit 8dee343

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
@@ -57,7 +57,7 @@ tests = [
5757
# CVE-2025-71176 (pytest <9.0.3 tmp-dir predictability) is dev-only and
5858
# not fixable on 3.9 — risk is bounded to local CI runners.
5959
"pytest>=9.0.3; python_version >= '3.10'",
60-
"pytest==8.4.2; python_version < '3.10'",
60+
"pytest==9.0.3; python_version < '3.10'",
6161
"pytest-cov>=5",
6262
"coverage[toml]>=7.3.1,<8",
6363
]

0 commit comments

Comments
 (0)