From a16a8749e0151f9d8b31feb9320b019386fc3573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:10:07 +0000 Subject: [PATCH] Update dependency isort to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c2c265e..5f515cd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python" dependencies = [ "boltons>=21.0,<25.1", "GitPython<4", - "isort>=6.1,<7", + "isort>=7,<8", "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", "pydantic~=2.11.5",