Skip to content

Commit e5e9dec

Browse files
Update isort requirement from ^5.7.0 to >=5.7,<7.0
Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.7.0...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0d5487 commit e5e9dec

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
@@ -24,7 +24,7 @@ docs = ["Sphinx", "sphinx-rtd-theme"]
2424
[tool.poetry.group.dev.dependencies]
2525
bandit = "^1.7.0"
2626
importlib-metadata = "<7" # Workaround for https://github.com/PyCQA/bandit/issues/951
27-
isort = "^5.7.0"
27+
isort = ">=5.7,<7.0"
2828
lxml = "^5.2.2"
2929
mypy = "^1.1"
3030
pytest = "^7.0.0"

0 commit comments

Comments
 (0)