From 20599ceb86e832a080f80b5650700c8582cee13d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:13:12 +0000 Subject: [PATCH] Update dependency flake8-isort to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0225b4b..532d32d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pyyaml = "^6.0" black = "^24.0.0" flake8 = "^7.0.0" flake8-debugger = "^4.1.2" -flake8-isort = "^6.0.0" +flake8-isort = "^7.0.0" flake8-print = "^5.0.0" flake8-quotes = "^3.3.2" isort = "^5.11.4"