Skip to content

Commit 963e995

Browse files
Update isort requirement from ^5.9.3 to >=5.9.3,<8.0.0 (#761)
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.9.3...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e20616 commit 963e995

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
@@ -52,7 +52,7 @@ mypy = {version = "^1.9.0", markers = "platform_python_implementation == 'CPytho
5252
pytest = "^8.0.2"
5353
ipdb = "^0.13.9"
5454
black = ">=24.2,<26.0"
55-
isort = "^5.9.3"
55+
isort = ">=5.9.3,<8.0.0"
5656
flake8 = "^5.0.4"
5757
bandit = "^1.7.4"
5858
coverage = "^7.1"

0 commit comments

Comments
 (0)