From 23a0a5c9c3df605ac981a3428b3062610ae518af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 15:31:33 +0000 Subject: [PATCH] chore(deps-dev): update isort requirement 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.2...6.1.0) --- updated-dependencies: - dependency-name: isort dependency-version: 6.1.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 9b4c02e..7fe11d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ greenlet = "^3.0.3" alembic = "^1.13.2" pylint = "^3.2.6" mypy = "^1.11.1" -isort = "^5.13.2" +isort = ">=5.13.2,<7.0.0" black = "^24.4.2" commitizen = "^3.28.0" pre-commit = "^3.5.0"