Skip to content

Commit e9f767b

Browse files
Bump isort from 5.13.2 to 6.1.0
Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 6.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9cc68a commit e9f767b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

Lines changed: 10 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
@@ -94,7 +94,7 @@ django = ">=3.0"
9494
djangorestframework = "^3.11.2"
9595
falcon = ">=3.0"
9696
flask = "*"
97-
isort = "^5.11.5"
97+
isort = ">=5.11.5,<7.0.0"
9898
pre-commit = "*"
9999
pytest = "^8"
100100
pytest-flake8 = "*"

0 commit comments

Comments
 (0)