From 736b1833861e974b09e89d649897eb7e88c8570e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 13:32:23 +0000 Subject: [PATCH] Chore(deps): Bump isort from 6.0.1 to 7.0.0 (#2517) * Chore(deps): Bump isort from 6.0.1 to 7.0.0 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.1 to 7.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/6.0.1...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Remove unused isort --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marvin Schenkel --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b36ebddb..19da730d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,6 @@ version = "0.0.0" [project.optional-dependencies] test = [ "codespell==2.4.1", - "isort==6.0.1", "mypy==1.18.2", "pre-commit==4.3.0", "pre-commit-hooks==6.0.0", -- 2.34.1