We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4082454 commit d10a90cCopy full SHA for d10a90c
pyproject.toml
@@ -23,14 +23,14 @@ lib = [
23
"psycopg2>=2.9.10",
24
]
25
format = [
26
- "ruff==0.14.0"
+ "ruff==0.14.1"
27
28
lint = [
29
"codespell==2.4.1",
30
"pyright==1.1.406"
31
32
unit = [
33
- "coverage[toml]==7.10.7; python_version > '3.8'",
+ "coverage[toml]==7.11.0; python_version > '3.8'",
34
"pytest==8.4.2; python_version >= '3.9'"
35
36
0 commit comments