Skip to content

Commit 200090f

Browse files
chore: Update isort requirement from ^5.13.2 to >=5.13.2,<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...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 6.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af6eacb commit 200090f

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
@@ -38,7 +38,7 @@ pytest-cov = ">=2.4.0"
3838
pytest-mypy = "==1.0.1"
3939
mypy = "==1.14.1"
4040
pycodestyle = "^2.12.1"
41-
isort = "^5.13.2"
41+
isort = ">=5.13.2,<7.0.0"
4242

4343

4444
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)