From 22589dabd6396db58f0927f894b35291201c3c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:03:57 +0000 Subject: [PATCH] Update isort requirement from <7.0.0,>=6.0.1 to >=6.0.1,<8.0.0 Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 238905c..0d934ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ package-mode = false [dependency-groups] dev = [ - "isort<7.0.0,>=6.0.1", + "isort>=6.0.1,<8.0.0", "black<26.0.0,>=25.1.0", ]