Skip to content

Commit 0bd9f0f

Browse files
build(deps-dev): update isort requirement from ^7.0.0 to ^8.0.0
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b438e2b commit 0bd9f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ruff = "^0.15.0"
2020
pytest = "^9.0.0"
2121
pytest-mock = "^3.14.0"
2222
pytest-cov = "^7.0.0"
23-
isort = "^7.0.0"
23+
isort = "^8.0.0"
2424
taskipy = "^1.12.2"
2525
mypy = "^1.10.0"
2626
boto3 = "^1.34.102"

0 commit comments

Comments
 (0)