Skip to content

Commit de06d14

Browse files
Bump isort from 6.1.0 to 7.0.0 (#577)
Bumps [isort](https://github.com/PyCQA/isort) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.1.0...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.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 15e5be9 commit de06d14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -59,7 +59,7 @@ pylint = ">=3.3.4,<5.0.0"
5959
pylint-pytest = "^1.1.8"
6060
pydocstyle = "^6.1.1"
6161
black = "^25.1.0"
62-
isort = "^6.0.1"
62+
isort = ">=6.0.1,<8.0.0"
6363
doc8 = "2.0.0"
6464
ruff = ">=0.11.10,<0.15.0"
6565

0 commit comments

Comments
 (0)