Chore(deps): Bump isort from 6.0.1 to 7.0.0 (#2517)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 25 Nov 2025 13:32:23 +0000 (13:32 +0000)
committerGitHub <noreply@github.com>
Tue, 25 Nov 2025 13:32:23 +0000 (13:32 +0000)
* 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] <support@github.com>
* Remove unused isort

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
pyproject.toml

index b36ebddb268836791d77e15f85223754c28ca727..19da730d65119d090c5f514eea8f4ae45b207a9f 100644 (file)
@@ -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",