Skip to content

Commit d19466e

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update isort requirement from ~=6.0.1 to >=6.0.1,<7.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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89575d0 commit d19466e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"qa": [
3737
"black>=25.1,<25.10",
3838
"flake8~=7.3.0",
39-
"isort~=6.0.1",
39+
"isort>=6.0.1,<7.1.0",
4040
"coverage~=7.10.6",
4141
"tblib~=3.1.0",
4242
"docstrfmt~=1.11.1",

0 commit comments

Comments
 (0)