Skip to content
Merged
Changes from 1 commit
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 @@ -23,14 +23,14 @@ lib = [
"psycopg2>=2.9.10",
]
format = [
"ruff==0.14.0"
"ruff==0.14.1"
]
lint = [
"codespell==2.4.1",
"pyright==1.1.406"
]
unit = [
"coverage[toml]==7.10.7; python_version > '3.8'",
"coverage[toml]==7.11.0; python_version > '3.8'",
"pytest==8.4.2; python_version >= '3.9'"
]

Expand Down
Loading