From ad0b0cea1665808118e1680c5a8061a8d404a14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:43:05 +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/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/4.1.0...6.1.1) --- 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 b8d63a2..7fa53ee 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,7 +4,7 @@ black flake8-builtins>=1.5,<2.3 -flake8-isort>=4.1,<4.3 +flake8-isort>=4.1,<6.2 flake8-qgis>=1,<1.1 pylint>=2,<3 isort>=5.8,<5.14