Skip to content

Commit

Permalink
chore(deps): pin isort to prior to 5.13 (pypi#15045)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored Dec 11, 2023
1 parent 1206183 commit dd363b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/lint.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flake8
curlylint
pep8-naming
black==23.11.0
isort>=5
isort>=5,<5.13 # Waiting for fix from https://github.com/PyCQA/isort/pull/2207
pyupgrade
mypy
celery-types
Expand Down

0 comments on commit dd363b2

Please sign in to comment.