From 9c3f27ee41f6ab0729a053a9f35606653e6a0916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 06:02:22 +0000 Subject: [PATCH] Bump isort from 5.2.1 to 5.2.2 Bumps [isort](https://github.com/timothycrosley/isort) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/timothycrosley/isort/releases) - [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/timothycrosley/isort/compare/5.2.1...5.2.2) 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 8887aaaa..e5e324c9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,7 +2,7 @@ aresponses==2.0.0 coverage==5.2.1 flake8==3.8.3 flake8-docstrings==1.5.0 -isort==5.2.1 +isort==5.2.2 mypy==0.782 pylint==2.5.3 pytest==5.4.3