Skip to content

Commit 302e3a2

Browse files
chore: Update isort requirement from ^5.13.2 to >=5.13.2,<7.0.0 (#36)
1 parent 78f18a1 commit 302e3a2

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
@@ -37,7 +37,7 @@ pytest-cov = ">=2.4.0"
3737
pytest-mypy = "==1.0.1"
3838
mypy = "==1.14.1"
3939
pycodestyle = "^2.12.1"
40-
isort = "^5.13.2"
40+
isort = ">=5.13.2,<7.0.0"
4141

4242

4343
[tool.poetry.group.docs]

0 commit comments

Comments
 (0)