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 3dc8b56 + 3ee14df commit 766bf9aCopy full SHA for 766bf9a
pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
28
"autoflake==2.3.1",
29
"isort==6.1.0",
30
"pyupgrade==3.20.0",
31
- "reorder-python-imports==3.15.0",
+ "reorder-python-imports==3.16.0",
32
]
33
34
[project.urls]
@@ -39,7 +39,7 @@ black = [
39
"black==25.9.0",
40
41
ruff = [
42
- "ruff==0.13.3",
+ "ruff==0.14.0",
43
44
45
[project.scripts]
requirements.txt
@@ -2,4 +2,4 @@ aiofiles==24.1.0
2
autoflake==2.3.1
3
isort==6.1.0
4
pyupgrade==3.20.0
5
-reorder-python-imports==3.15.0
+reorder-python-imports==3.16.0
requirements_ruff.txt
@@ -1 +1 @@
1
-ruff==0.13.3
+ruff==0.14.0
0 commit comments