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 f043457 commit 93adaa1Copy full SHA for 93adaa1
pyproject.toml
@@ -23,14 +23,14 @@ lib = [
23
"psycopg2>=2.9.10",
24
]
25
format = [
26
- "ruff==0.14.3"
+ "ruff==0.14.4"
27
28
lint = [
29
"codespell==2.4.1",
30
"pyright==1.1.407"
31
32
unit = [
33
- "coverage[toml]==7.11.0; python_version >= '3.10'",
+ "coverage[toml]==7.11.3; python_version >= '3.10'",
34
"pytest==8.4.2; python_version >= '3.10'"
35
36
0 commit comments