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 fad0190 commit 3082ec8Copy full SHA for 3082ec8
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"autoflake==2.3.1",
26
"isort==5.13.2",
27
"pyupgrade==3.17.0",
28
- "reorder-python-imports==3.13.0",
+ "reorder-python-imports==3.14.0",
29
]
30
31
[project.optional-dependencies]
requirements.txt
@@ -2,4 +2,4 @@ aiofiles==24.1.0
2
autoflake==2.3.1
3
isort==5.13.2
4
pyupgrade==3.17.0
5
-reorder-python-imports==3.13.0
+reorder-python-imports==3.14.0
0 commit comments