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.
2 parents b510d11 + 9945e2d commit 7634beaCopy full SHA for 7634bea
pyproject.toml
@@ -37,7 +37,7 @@ black = [
37
"black==24.10.0",
38
]
39
ruff = [
40
- "ruff==0.8.3",
+ "ruff==0.8.4",
41
42
43
[project.scripts]
requirements_ruff.txt
@@ -1 +1 @@
1
-ruff==0.8.3
+ruff==0.8.4
requirements_test.txt
@@ -1,7 +1,7 @@
-r requirements_test_pre_commit.txt
2
-mypy==1.13.0
+mypy==1.14.0
3
pre-commit==4.0.1
4
pylint==3.3.2
5
pytest==8.3.4
6
pytest-asyncio==0.25.0
7
-types-aiofiles==24.1.0.20240626
+types-aiofiles==24.1.0.20241221
0 commit comments