From 10441c97e6ce89bb321c75c7be2dda43af74993a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:01:05 +0000 Subject: [PATCH] Update isort requirement from <5.11,>=5.9 to >=5.9,<5.13 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.9.0...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bdc2ffa..48f7ca6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Linting -isort>=5.9,<5.11 +isort>=5.9,<5.13 flake8>=3.9,<4.1