Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pytest-asyncio = ">=1.3.0"
pytest-socket = ">=0.7.0"
# Pinned exactly: CI resolves fresh, so a floating formatter changes the verdict
# on untouched branches. Dependabot raises upgrades as their own PR.
ruff = "==0.16.3"
ruff = "==0.16.4"

[tool.pytest.ini_options]
# Pinned explicitly: pytest-asyncio's default is currently unset and will
Expand Down