Skip to content

Commit 49cf098

Browse files
Bump isort from 7.0.0 to 8.0.0 (#56)
Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 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@7.0.0...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 989e244 commit 49cf098

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
"black>=25.9.0,<27.0",
3838
"coverage >= 7.10, < 8.0",
3939
"freezegun >= 1.5, < 2.0",
40-
"isort >= 7, < 8",
40+
"isort>=7,<9",
4141
"pylint >= 4.0, < 5.0",
4242
"pylint-pydantic >= 0.4, < 1.0",
4343
"pyright >= 1.1, < 2.0",

uv.lock

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

0 commit comments

Comments
 (0)