Skip to content

Commit 71449a7

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 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
@@ -89,7 +89,7 @@ docs = ["sphinx", "sphinx-immaterial"]
8989

9090
[tool.poetry.group.dev.dependencies]
9191
black = ">=24.4,<27.0"
92-
isort = "^5.13.2"
92+
isort = ">=5.13.2,<9.0.0"
9393
pre-commit = "*"
9494
pytest = "^9"
9595
pytest-flake8 = "*"

0 commit comments

Comments
 (0)