Skip to content

Commit ce3fd46

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

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
@@ -26,7 +26,7 @@ requires-python = ">=3.9"
2626
dependencies = [
2727
"aiofiles==24.1.0",
2828
"autoflake==2.3.1",
29-
"isort==6.0.1",
29+
"isort==6.1.0",
3030
"pyupgrade==3.20.0",
3131
"reorder-python-imports==3.15.0",
3232
]

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==6.0.1
3+
isort==6.1.0
44
pyupgrade==3.20.0
55
reorder-python-imports==3.15.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.0.1
2+
isort==6.1.0
33
mccabe==0.7.0
44
pycodestyle==2.14.0
55
pyflakes==3.4.0

0 commit comments

Comments
 (0)