From ddb70986d1286f08464d9cc6882a88ef32ee349d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:17:44 +0000 Subject: [PATCH] Update dependency isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3acac811..cf03ce96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python" dependencies = [ "boltons>=21.0,<24.2", "GitPython<4", - "isort>=5.12,<5.14", + "isort>=6,<6.1", "libcst>=1.6,<1.7", "packaging>=23.2,<25.0", "pydantic~=2.10.1",