From a12ea999d5df22abfaf18798e2b9662cf350d72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:07:42 +0200 Subject: [PATCH] build(deps): bump isort from 5.7.0 to 5.8.0 (#2558) 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/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.8.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements-linting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-linting.txt b/tests/requirements-linting.txt index 0196843..280c75c 100644 --- a/tests/requirements-linting.txt +++ b/tests/requirements-linting.txt @@ -2,7 +2,7 @@ black==20.8b1 flake8==3.9.0 flake8-quotes==3.2.0 hypothesis==6.3.4 -isort==5.7.0 +isort==5.8.0 mypy==0.812 pycodestyle==2.7.0 pyflakes==2.3.1