From f17c7eff9c35436373c8163df54dcbf32d4c85b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:53:58 +0000 Subject: [PATCH] chore(deps): update dependency isort to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3116fa8..2d4e0556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,5 +99,5 @@ pytest-asyncio = "^0.26.0" pytest-timeout = "^2.2.0" black = "^25.0.0" flake8 = "^7.0.0" -isort = "^5.12.0" +isort = "^8.0.0"