From 3f1ee5782747ada7f1f2c3f512f92b30b26b04b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 15:02:09 +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 f8b94f6b..a8bd2799 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest==6.2.* pytest-freezegun==0.4.* pytest-cov==2.11.* black==20.8b1 -isort==5.7.* +isort==5.9.* flake8==3.8.* mypy==0.812 pytest-chalice==0.0.*