From 478a9bc6c2cf075d1a96887d25d94d7695a2f820 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 12 Dec 2022 15:55:51 -0500 Subject: [PATCH] patch isort colorama (relates to https://github.com/PyCQA/isort/issues/2031) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 56c6d5f17..8ec440220 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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