From c31856f729b165c46008b7dbed035a9464555299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 02:20:22 +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.0.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 0650e5ae..6e44cf1c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,7 +4,7 @@ black flake8>=3.8,<6.2 flake8-builtins>=1.5,<2.2 -flake8-isort>=4.0,<6.1 +flake8-isort>=4.0,<6.2 flake8-qgis>=1,<1.1 isort>=5.7,<5.13 pre-commit>=2.13,<3.4