From 9dab631c2ba376d22d7023dbd1ed0a064dd673d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:07:18 +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 3949c73..5ddff3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ attrs>=20.3.0 click>=7.1.2 consolekit>=0.9.0 domdf-python-tools>=2.4.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