Skip to content

Commit 527c04a

Browse files
build(deps-dev): update isort requirement from ^5.13.2 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.13.2...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2277fed commit 527c04a

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
@@ -31,7 +31,7 @@ pytest-cov = "^5.0.0"
3131
mypy = "^1.9.0"
3232
ruff = "^0.3.0"
3333
black = "^24.2.0"
34-
isort = "^5.13.2"
34+
isort = "^7.0.0"
3535
pydocstyle = "^6.3.0"
3636
bandit = "^1.7.7"
3737
pytest-mock = "^3.12.0"

0 commit comments

Comments
 (0)