Skip to content

Commit 3cbfa3b

Browse files
Bump isort from 6.0.1 to 7.0.0
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 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.0.1...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>
1 parent 07e3702 commit 3cbfa3b

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

poetry.lock

Lines changed: 24 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
@@ -53,7 +53,7 @@ pytest = "^8.4.1"
5353
pytest-cov = ">=4.1,<7.0"
5454
pytest-env = "^1.1.1"
5555
black = ">=23.11,<26.0"
56-
isort = "^6.0.1"
56+
isort = "^7.0.0"
5757
mypy = "^1.17.1"
5858
pre-commit = "^4.0.1"
5959
flake8 = ">=6.1,<8.0"

0 commit comments

Comments
 (0)