Skip to content

Commit 80bbfda

Browse files
Bump isort from 5.13.2 to 6.0.0
Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.0.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c087ce commit 80bbfda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)