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 e05958b commit 0a34c7bCopy full SHA for 0a34c7b
pyproject.toml
@@ -23,15 +23,15 @@ lib = [
23
"psycopg2>=2.9.10",
24
]
25
format = [
26
- "ruff==0.12.11"
+ "ruff==0.13.0"
27
28
lint = [
29
"codespell==2.4.1",
30
"pyright==1.1.405"
31
32
unit = [
33
- "coverage[toml]==7.9.1; python_version > '3.8'",
34
- "pytest==8.4.1; python_version >= '3.9'"
+ "coverage[toml]==7.10.6; python_version > '3.8'",
+ "pytest==8.4.2; python_version >= '3.9'"
35
36
37
# Testing tools configuration
0 commit comments