Skip to content

Commit 11ebf9e

Browse files
build(deps-dev): update isort requirement from ^5.11.4 to ^7.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@5.11.4...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21ace18 commit 11ebf9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest-cov = "^4.0.0"
1919
pytest-mock = "^3.10.0"
2020
pytest-xdist = "^3.1.0"
2121
black = "24.3.0"
22-
isort = "^5.11.4"
22+
isort = "^7.0.0"
2323
rope = "^1.7.0"
2424
mypy = "^1.13.0"
2525
flake8 = "5.0.4" # Leaving at 5.0.4 until full dependency support (e.g. flake8-eradicate, flake8-broken-line, dlint)

0 commit comments

Comments
 (0)