From 4d7960d44713cd46182ac8fe9c720bcbd61f8013 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 17:02:35 +0000 Subject: [PATCH] Update dependency isort to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6dd8cc1..ccba8fb0 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>=8,<9", "libcst>=1.8,<1.9", "packaging>=24.2,<25.1", "pydantic~=2.12.3",