From 696d26acddd7a78cf3105572fcdb80362964dd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:57:15 +0000 Subject: [PATCH] [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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1d45e21..bc1964f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]