Chore(deps): Bump isort from 6.0.0 to 6.0.1 (#2133)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 15 Apr 2025 09:30:03 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 09:30:03 +0000 (11:30 +0200)
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1.
- [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...6.0.1)

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

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

index c5927b767a716b352849e9f74ca8c0a4c9268ef7..28d20dd1382fa69cd63c643449429b35917b4cf4 100644 (file)
@@ -44,7 +44,7 @@ version = "0.0.0"
 [project.optional-dependencies]
 test = [
   "codespell==2.4.1",
-  "isort==6.0.0",
+  "isort==6.0.1",
   "mypy==1.15.0",
   "pre-commit==4.2.0",
   "pre-commit-hooks==5.0.0",