Skip to content

Commit f9bcd96

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:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0261199 commit f9bcd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==24.*
2-
isort==5.*
2+
isort==6.*
33
flake8==7.*
44
flake8-bugbear==24.*
55
flake8-pytest-style==2.*

0 commit comments

Comments
 (0)