Update isort requirement from <7.0,>=5.13 to >=5.13,<8.0

Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version.
- [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.0...7.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 7.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-13 18:27:37 +00:00
committed by GitHub
parent 8ccb8ee69d
commit 3e93021188

View File

@@ -13,7 +13,7 @@ dependencies = [
"identity-containers>=1.0.2,<2.0",
"imy[docstrings,deprecations]>=0.7.1,<0.8",
"introspection>=1.11.1,<2.0",
"isort>=5.13,<7.0",
"isort>=5.13,<8.0",
"langcodes>=3.4,<4.0",
"multipart>=1.2,<2.0",
"narwhals>=1.12,<3.0",