From 96189fcaa9b888e9ba4886cee762d8e7b7e8df01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:32:02 +0000 Subject: [PATCH] Update isort requirement from ~=5.0 to >=5,<8 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.0.0...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 0fe6f589f..1f7d1d033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ develop = [ "pytest-benchmark~=5.1", "pre-commit~=4.0", "ruff~=0.9", - "isort~=5.0" + "isort>=5,<8" ] [tool.setuptools.packages.find]