From 22f2d786ed686f6eb65194e687fa04d31f981d6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:16:53 +0000 Subject: [PATCH] Update dependency libcst to >=1.6,<1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 708847de..13876bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "boltons>=21.0,<24.2", "GitPython<4", "isort>=5.12,<5.14", - "libcst>=1.1,<1.6", + "libcst>=1.6,<1.7", "packaging>=23.2,<25.0", "pydantic~=2.10.1", "pylint>=3.3,<3.4",