Chore(deps): Bump isort from 5.13.2 to 6.0.0 (#1954)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 11 Feb 2025 23:02:02 +0000 (00:02 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 23:02:02 +0000 (00:02 +0100)
Bumps [isort](https://github.com/pycqa/isort) from 5.13.2 to 6.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/5.13.2...6.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

index 705dc235e55e1a8b6a2717a4c0a89ed1427e3bbd..8205b8960579f140ef27f4245289b817981b067d 100644 (file)
@@ -44,7 +44,7 @@ version = "0.0.0"
 [project.optional-dependencies]
 test = [
   "codespell==2.3.0",
-  "isort==5.13.2",
+  "isort==6.0.0",
   "mypy==1.13.0",
   "pre-commit==4.1.0",
   "pre-commit-hooks==5.0.0",