From e6c56200145eaea35a42ba66e8fb9cc5f15912b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 15:53:14 +0000 Subject: [PATCH] Bump isort from 4.3.21 to 5.9.3 Bumps [isort](https://github.com/pycqa/isort) from 4.3.21 to 5.9.3. - [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/4.3.21...5.9.3) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 6ef2d24f..169cc2e9 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,5 +1,5 @@ -r production.txt -isort==4.3.21 +isort==5.9.3 coveralls==2.0.0 flake8==3.8.1 flake8-isort==2.8.0