Skip to content

Commit 7086ca5

Browse files
Update isort requirement from ==5.* to ==6.*
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@5.0.0...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 788d6af commit 7086ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# codestyle
2-
isort==5.*
2+
isort==6.*
33
black==24.10.0
44
autoflake==2.*

0 commit comments

Comments
 (0)