From 31d1aead96bd49015945f27415c6fab41d054a77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 05:48:06 +0000 Subject: [PATCH] Bump isort from 4.3.18 to 5.6.4 Bumps [isort](https://github.com/pycqa/isort) from 4.3.18 to 5.6.4. - [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/4.3.18...5.6.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e8c2ff..efbad5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ flake8==3.7.8 pytest==4.6.3 pytest-cov==2.7.1 tox==3.14.0 -isort==4.3.18 +isort==5.6.4 -e .