Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ types = [
]
tests = [
# pytest 9 requires Python 3.10+; on 3.9 we stay on the last 8.x line.
# The `<9` upper bound on the 3.9 entry is REQUIRED — without it renovate
# bumps the pin past 9.0 and produces an unsatisfiable lock. Keep it.
# CVE-2025-71176 (pytest <9.0.3 tmp-dir predictability) is dev-only and
# not fixable on 3.9 — risk is bounded to local CI runners.
"pytest>=9.0.3; python_version >= '3.10'",
"pytest==9.0.3; python_version < '3.10'",
"pytest>=8.4,<9; python_version < '3.10'",
"pytest-cov>=5",
"coverage[toml]>=7.3.1,<8",
]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading