From 8368eec63100e8a56bd48f11c8299c02beb26915 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:50:50 +0000 Subject: [PATCH] Bump isort from 5.7.0 to 5.8.0 Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.8.0) Signed-off-by: dependabot-preview[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e7750be..1243a57 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,5 +10,5 @@ pydocstyle==6.0.0 pylint==2.7.4 safety==1.10.3 bandit==1.7.0 -isort==5.7.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore +isort==5.8.0; (python_version == '3.5' or python_version == '3.6') # pyup: ignore isort==5.8.0; python_version > '3.6'