From 206fe8e0f739759b952bceaaff108f5f59773a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:01:30 +0000 Subject: [PATCH] Update isort requirement from ==5.7.* to ==5.12.* 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.12.0) --- 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 e68fc34c..cc4e99e3 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.12.* flake8==3.8.* mypy==0.812 pytest-chalice==0.0.*