Skip to content

Commit ce95af1

Browse files
chore(deps-dev): bump isort from 6.1.0 to 7.0.0 (#7824)
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 444e737 commit ce95af1

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
@@ -83,7 +83,7 @@ kafka-consumer-protobuf = ["protobuf"]
8383
coverage = { extras = ["toml"], version = "^7.6" }
8484
pytest = ">=8.3.4,<10.0.0"
8585
boto3 = "^1.26.164"
86-
isort = ">=5.13.2,<7.0.0"
86+
isort = ">=5.13.2,<8.0.0"
8787
pytest-cov = ">=5,<8"
8888
pytest-mock = "^3.14.0"
8989
pytest-asyncio = ">=0.24,<1.4"

0 commit comments

Comments
 (0)