From a0d35598be6a98eeb2896c7fac00fe08f363d958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 16:02:19 +0000 Subject: [PATCH] Update isort requirement from ==5.7.* to ==5.9.* 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/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.9.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index bd26d06..c4a70f8 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,6 +2,6 @@ pytest==6.2.* pytest-cov==2.11.* pytest-vcr==1.0.* black==20.8b1 -isort==5.7.* +isort==5.9.* flake8==3.8.* mypy==0.812