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 f6cb835 commit 771f5f4Copy full SHA for 771f5f4
pyproject.toml
@@ -31,14 +31,14 @@ lib = [
31
"psycopg2>=2.9.10",
32
]
33
format = [
34
- "ruff==0.14.9"
+ "ruff==0.14.10"
35
36
lint = [
37
"codespell==2.4.1",
38
"pyright==1.1.407"
39
40
unit = [
41
- "coverage[toml]==7.13.0; python_version >= '3.10'",
+ "coverage[toml]==7.13.1; python_version >= '3.10'",
42
"pytest==9.0.2; python_version >= '3.10'"
43
44
0 commit comments