Skip to content

Commit 803c3e0

Browse files
chore(deps-dev): update isort requirement
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...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c700b4 commit 803c3e0

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
@@ -59,7 +59,7 @@ pytest-cov = ">=2.4.0"
5959
pytest-mypy = "==0.10.3"
6060
mypy = "==1.8.0"
6161
pycodestyle = "^2.12.1"
62-
isort = "^5.13.2"
62+
isort = ">=5.13.2,<9.0.0"
6363

6464

6565
[tool.poetry.group.contract-tests]

0 commit comments

Comments
 (0)