Skip to content

Commit 63dcabf

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

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
@@ -25,7 +25,7 @@ requires-python = ">=3.10"
2525
dependencies = [
2626
"aiofiles==25.1.0",
2727
"autoflake==2.3.1",
28-
"isort==6.1.0",
28+
"isort==7.0.0",
2929
"pyupgrade==3.21.1",
3030
"reorder-python-imports==3.16.0",
3131
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==25.1.0
22
autoflake==2.3.1
3-
isort==6.1.0
3+
isort==7.0.0
44
pyupgrade==3.21.1
55
reorder-python-imports==3.16.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.3.0
2-
isort==6.1.0
2+
isort==7.0.0
33
mccabe==0.7.0
44
pycodestyle==2.14.0
55
pyflakes==3.4.0

0 commit comments

Comments
 (0)