Skip to content
Merged
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 apps/orchestrator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
# so a linter release could turn a green branch red with no change to this repo.
# It did: 0.16.0 widened the default rule set and CI reported 132 errors against
# code that passed locally on 0.15.x. Bump this deliberately, not by accident.
dev = ["pytest>=8.0", "pytest-asyncio>=0.24", "pytest-cov>=6.0", "ruff==0.16.0"]
dev = ["pytest>=8.0", "pytest-asyncio>=0.24", "pytest-cov>=6.0", "ruff==0.16.3"]

[project.urls]
Homepage = "https://agentmetry.ai"
Expand Down
Loading