Skip to content

Commit 6e7d7ee

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 c520256 commit 6e7d7ee

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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
@@ -18,7 +18,7 @@ structlog = "^25.5.0"
1818
black = "^26.1.0"
1919
flake8 = "^7.3.0"
2020
flake8-bugbear = "^25.11.29"
21-
isort = "^5.12.0"
21+
isort = ">=5.12,<9.0"
2222

2323
# Testing
2424
pytest = "^9.0.2"

0 commit comments

Comments
 (0)