From aa0ea27d6c1be59bb6e0c2a90db0744d6bab806c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:32:10 +0200 Subject: [PATCH] Update isort requirement from ==6.0.* to ==6.1.* (#5507) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7192cac21..5e2b2c621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ dev = [ "fakeredis==2.31.*", "flake8==7.3.*", "freezegun", - "isort==6.0.*", + "isort==6.1.*", "pep8-naming==0.15.*", "potypo", "pytest-asyncio>=0.24",