From ceed07af945b5bb18585aaa5ca7a83d2574df553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:59:06 +0100 Subject: [PATCH] Update isort requirement from ==7.0.* to ==8.0.* (#5910) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce2aaa7a97..f04657f136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dev = [ "fakeredis==2.34.*", "flake8==7.3.*", "freezegun", - "isort==7.0.*", + "isort==8.0.*", "pep8-naming==0.15.*", "potypo", "pytest-asyncio>=0.24",