From d270f84370060282e680f0c71c4fd7eb2e07166c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 23:12:56 +0000 Subject: [PATCH] Update isort requirement from <=5.6.4,>=5.5.2 to >=5.5.2,<5.7.1 Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.5.2...5.7.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0004c1..a497da9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs>=20.3.0 click>=7.1.2 consolekit>=1.0.0 domdf-python-tools>=2.5.0 -isort<=5.6.4,>=5.5.2 +isort>=5.5.2,<5.7.1 toml>=0.10.2 typing-extensions>=3.7.4.3 yapf==0.30.0