From 45bab9a62cb33569007ea6781657d3cb3314e841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 08:53:05 +0000 Subject: [PATCH] Update isort requirement from <8.0.0,>=7.0.0 to >=7.0.0,<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/7.0.0...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 7b0f59c..9154864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ dev = [ "bump-my-version>=1.2.0,<2.0.0", "coverage>=7.13.0,<8.0.0", "diffrax>=0.7.0,<0.8.0", - "isort>=7.0.0,<8.0.0", + "isort>=7.0.0,<9.0.0", "jupyterlab>=4.5.0,<5.0.0", "matplotlib>=3.10.0,<4.0.0", "mkdocs-autorefs>=1.4.0,<2.0.0",