Skip to content

Commit d5a9e89

Browse files
chore: Update isort requirement from ^5.13.2 to >=5.13.2,<7.0.0 (#53)
1 parent af6eacb commit d5a9e89

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)