From bfc17b21055b911b8762e797132fb9d6bc8c90ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:36:55 +0000 Subject: [PATCH] chore(deps-dev): update isort requirement from ^6.0.1 to >=6.0.1,<9.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/6.0.1...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 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 5969dab..63d3605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest-django = "^4.9.0" pytest-cov = "^6.0.0" coverage = {extras = ["toml"], version = "^7.6.0"} black = "^25.1.0" -isort = "^6.0.1" +isort = ">=6.0.1,<9.0.0" flake8 = "^7.1.1" mypy = "^1.13.0" pre-commit = "^4.0.1"