From 7da7632fe64a31da5e309ab1f8ad20e420e63209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:48:43 +0000 Subject: [PATCH] deps: Update isort requirement from ^6.0.1 to ^7.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...7.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.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 5edfbbb..4887c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest = "^8.4.2" pytest-cov = "^7.0.0" ruff = "^0.13.0" black = "^25.1.0" -isort = "^6.0.1" +isort = "^7.0.0" mypy = "^1.18.1" commitizen = "^4.9.1" pre-commit = "^4.3.0"