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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ dev = [
# .pre-commit-config.yaml so local runs, pre-commit, and CI agree
# byte-for-byte (a minor ruff bump silently reformats the tree).
# Keep these two in lockstep with that file.
"ruff==0.4.10",
"mypy==1.10.0",
"ruff==0.15.18",
"mypy==2.1.0",
"semgrep>=1.60",
"safety>=3.0",
# testcontainers spins a real Postgres + pgvector locally for tests that
Expand Down
Loading