From 47ca855a0576cb98bbe1e0a086abed8c73dca3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:26:30 +0000 Subject: [PATCH] Bump flake8-isort from 6.0.0 to 7.0.0 Bumps [flake8-isort](https://github.com/gforcada/flake8-isort) from 6.0.0 to 7.0.0. - [Changelog](https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8-isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index f998a3b..98cae80 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -21,7 +21,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ flake8==6.0.0 # https://github.com/PyCQA/flake8 -flake8-isort==6.0.0 # https://github.com/gforcada/flake8-isort +flake8-isort==7.0.0 # https://github.com/gforcada/flake8-isort coverage==7.1.0 # https://github.com/nedbat/coveragepy black==23.1.0 # https://github.com/psf/black pylint-django==2.6.1 # https://github.com/PyCQA/pylint-django