From 6d194ca98a9c9dbd67d041ac617f27c814920675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 07:08:43 +0000 Subject: [PATCH] Update isort requirement from ~=6.0 to ~=7.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.0...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 e4c9f7f..f6b8e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ tests = [ build = [ "twine~=6.1", "build~=1.2", - "isort~=6.0", + "isort~=7.0", "mypy[mypyc]~=1.15", "black[jupyter]~=25.1", "towncrier~=24.8",