Bump isort from 7.0.0 to 8.0.0 (#3277)

Bumps [isort](https://github.com/PyCQA/isort) from 7.0.0 to 8.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/7.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 8.0.0
  dependency-type: direct:development
  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>
This commit is contained in:
dependabot[bot]
2026-02-23 13:22:25 -05:00
committed by GitHub
parent cc826044e3
commit d1060940fb
2 changed files with 5 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ flake8 = "^7.3.0"
flake8-bugbear = "^25.11.29"
flake8-print = "^5.0.0"
flake8-pytest-style = "^2.2.0"
isort = "^7.0.0"
isort = "^8.0.0"
jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}
moto = "*"
pip-audit = "*"