Skip to content

Commit aeceabb

Browse files
Bump isort from 5.13.2 to 6.0.0 (#580)
1 parent 44ea105 commit aeceabb

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requires-python = ">=3.9"
2424
dependencies = [
2525
"aiofiles==24.1.0",
2626
"autoflake==2.3.1",
27-
"isort==5.13.2",
27+
"isort==6.0.0",
2828
"pyupgrade==3.19.1",
2929
"reorder-python-imports==3.14.0",
3030
]

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==24.1.0
22
autoflake==2.3.1
3-
isort==5.13.2
3+
isort==6.0.0
44
pyupgrade==3.19.1
55
reorder-python-imports==3.14.0

requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==7.1.1
2-
isort==5.13.2
2+
isort==6.0.0
33
mccabe==0.7.0
44
pycodestyle==2.12.1
55
pyflakes==3.2.0

0 commit comments

Comments
 (0)