Skip to content

Commit c67c992

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] <support@github.com>
1 parent 92398a2 commit c67c992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ flake8-isort = "6.1.2"
9393
flake8-quotes = "3.4.0"
9494
flake8-use-fstring = "1.4"
9595
pep8-naming = "0.15.1"
96-
isort = "6.0.1"
96+
isort = "6.1.0"
9797
autopep8 = "2.3.2"
9898
mypy = "1.18.2"
9999
tomli = { version = "2.2.1", python = "<3.11" }

0 commit comments

Comments
 (0)