Skip to content

Commit

Permalink
patch isort colorama (relates to PyCQA/isort#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 12, 2022
1 parent 43893cc commit 478a9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -18,7 +18,7 @@ flake8>=3.8.3,<3.9; python_version >= "3.6"
# Fix for https://github.com/PyCQA/flake8/issues/1701
importlib-metadata>=1.1.0,<4.3; python_version < "3.8"
isort; python_version < "3.6"
isort>5.5; python_version >= "3.6"
isort>5.5,!=5.11.0; python_version >= "3.6"
mock; python_version < "3.6"
mock>4; python_version >= "3.6"
pylint<2.7; python_version < "3.6" # pyup: ignore
Expand Down

0 comments on commit 478a9bc

Please sign in to comment.