Skip to content

Commit 56c2c54

Browse files
chore(deps-dev): Update isort requirement from 6.0.1 to 6.1.0
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7153eca commit 56c2c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ flake8-quotes = "3.4.0"
8888
flake8-use-fstring = "1.4"
8989
pep8-naming = "0.15.1"
9090
flake8-logging = "1.8.0"
91-
isort = "6.0.1"
91+
isort = "6.1.0"
9292
autopep8 = "2.3.2"
9393
mypy = "1.18.2"
9494
bandit = "1.8.6"

0 commit comments

Comments
 (0)