From 438997d0e12d6123c90c87c3dca031d55b4ed31c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 19:25:19 +0000 Subject: [PATCH] chore(deps-dev): bump isort from 5.4.2 to 5.5.0 Bumps [isort](https://github.com/pycqa/isort) from 5.4.2 to 5.5.0. - [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.4.2...5.5.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 624318370f..914b8cb018 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ nose==1.3.7 pylint==2.6.0 pep8==1.7.1 -isort==5.4.2 +isort==5.5.0 black==20.8b1 pre-commit==2.7.1 pytype==2020.8.28