Skip to content

Commit 820b1e2

Browse files
Update isort requirement from ==6.* to ==7.*
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.0...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9091605 commit 820b1e2

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==6.*
2+
isort==7.*
33
black==25.11.0
44
autoflake==2.*

0 commit comments

Comments
 (0)