[DEPENDABOT] Update: Update isort requirement from ^5.13.0 to ^6.0.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...6.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-03 16:57:15 +00:00
committed by GitHub
parent 7aa706d12a
commit 696d26acdd

View File

@@ -13,7 +13,7 @@ django-cors-headers = "^4.3.1"
[tool.poetry.dev-dependencies]
black = "^24.1.0"
isort = "^5.13.0"
isort = "^6.0.0"
mypy = "^1.8.0"
[build-system]