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 5374d6a commit 74221a3Copy full SHA for 74221a3
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"autoflake==2.0.0",
26
"isort==5.10.1",
27
"pyupgrade==3.1.0",
28
- "reorder-python-imports==3.8.5",
+ "reorder-python-imports==3.9.0",
29
]
30
31
[project.optional-dependencies]
requirements.txt
@@ -2,4 +2,4 @@ aiofiles==22.1.0
2
autoflake==2.0.0
3
isort==5.10.1
4
pyupgrade==3.1.0
5
-reorder-python-imports==3.8.5
+reorder-python-imports==3.9.0
0 commit comments