We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549fb9f commit 9092b56Copy full SHA for 9092b56
pyproject.toml
@@ -31,14 +31,14 @@ lib = [
31
"psycopg2>=2.9.10",
32
]
33
format = [
34
- "ruff==0.14.5"
+ "ruff==0.14.6"
35
36
lint = [
37
"codespell==2.4.1",
38
"pyright==1.1.407"
39
40
unit = [
41
- "coverage[toml]==7.11.3; python_version >= '3.10'",
+ "coverage[toml]==7.12.0; python_version >= '3.10'",
42
"pytest==9.0.1; python_version >= '3.10'"
43
44
0 commit comments