From c4e7ef1063e3b7499ba1dfb709323ed33e405b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:51:54 +0000 Subject: [PATCH] Update flake8-isort requirement in /requirements Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version. - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/4.1.0...6.1.0) --- updated-dependencies: - dependency-name: flake8-isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 024854f..08b1b2d 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,7 +4,7 @@ black flake8-builtins>=1.5,<2.2 -flake8-isort>=4.1,<4.3 +flake8-isort>=4.1,<6.2 flake8-qgis>=1,<1.1 isort>=5.8,<5.11