Skip to content

Commit 2cb592d

Browse files
Bump isort from 5.13.2 to 6.0.1
Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d8c404 commit 2cb592d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

poetry.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ django = ">=3.0"
9696
djangorestframework = "^3.11.2"
9797
falcon = ">=3.0"
9898
flask = "*"
99-
isort = "^5.11.5"
99+
isort = ">=5.11.5,<7.0.0"
100100
pre-commit = "*"
101101
pytest = "^8"
102102
pytest-flake8 = "*"

0 commit comments

Comments
 (0)