Skip to content
Open
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
8 changes: 4 additions & 4 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ all = [
]

dev = [
"hypothesis==6.122.1",
"hypothesis==6.155.1",
"mypy==1.14.0",
"ruff==0.8.4",
"ruff==0.15.15",
# pytest 8.4.2 has CVE-2025-71176; the fix is in 9.0.3. The
# plugin chain has to bump alongside it: pytest-asyncio 0.25.x
# caps at pytest<9, and pytest-cov 6.x is similarly old-bound.
# Bumped together to versions that all advertise pytest<10
# support so the dev environment stays internally consistent.
"pytest==9.0.3",
"pytest-asyncio==1.3.0",
"pytest-asyncio==1.4.0",
"pytest-cov==7.1.0",
"maturin==1.13.1",
"maturin==1.13.3",
"types-PyYAML==6.0.12.20240917",
]

Expand Down
Loading