Bump isort from 5.13.2 to 6.0.1

Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 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/5.13.2...6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-27 20:36:38 +00:00 committed by GitHub
parent bb2bc49a49
commit cb6a5baf79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ test = [
] ]
lint = [ lint = [
"black==24.10.0", "black==24.10.0",
"isort==5.13.2", "isort==6.0.1",
"pylint==3.3.4", "pylint==3.3.4",
] ]
docs = [ docs = [