From 228f642a113c32b0412b6cb98d4294489af4bb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:08:14 +0000 Subject: [PATCH] Bump isort from 7.0.0 to 8.0.0 in the actions group Bumps the actions group with 1 update: [isort](https://github.com/PyCQA/isort). Updates `isort` from 7.0.0 to 8.0.0 - [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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2d940e6..7c207fcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "flake8 >=7.1.1", "flake8-rst-docstrings >=0.3.0", "flit >=3.9.0", - "isort ==7.0.0", + "isort ==8.0.0", "notebook", "pip >=24.2.0", "pre-commit >=3.7",