From 923cf108a7257f88eca3a6d0baae2a356f2b1fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:13:44 +0000 Subject: [PATCH] Update isort requirement from ==8.0.* to ==9.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/8.0.0...9.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 9.0.1 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 5e65115d4b..15ebe174d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ dev = [ "fakeredis==2.37.*", "flake8==7.3.*", "freezegun", - "isort==8.0.*", + "isort==9.0.*", "pep8-naming==0.15.*", "potypo", "pytest-asyncio>=1.4.0",