Skip to content

Commit b00be5a

Browse files
deps: bump isort from 6.1.0 to 7.0.0
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] <[email protected]>
1 parent 1b89da3 commit b00be5a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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
@@ -30,7 +30,7 @@ ruff = "^0.13.3"
3030
[tool.poetry.group.dev.dependencies]
3131
pytest = "^8.3.4"
3232
ruff = ">=0.8.4,<0.14.0"
33-
isort = ">=5.13.2,<7.0.0"
33+
isort = ">=5.13.2,<8.0.0"
3434
pytest-aiohttp = "^1.0.5"
3535
pytest-asyncio = ">=0.25,<1.3"
3636
pre-commit = "^4.0.0"

0 commit comments

Comments
 (0)