From 1df8989625d6a3f55b78779f6a230d36197447aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:14:47 -0500 Subject: [PATCH] Update isort requirement from ==5.3.* to ==5.4.* (#12) Updates the requirements on [isort](https://github.com/timothycrosley/isort) to permit the latest version. - [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.3.0...5.4.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 6d9835c..feb86cd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest==6.0.* pytest-cov==2.10.* black==19.10b0 -isort==5.3.* +isort==5.4.* flake8==3.8.* mypy==0.782 pytest-chalice==0.0.*