From 9b094db39d0432e6ecf662e0e616dfd7d11d266c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:05:06 +0000 Subject: [PATCH] Update dependency libcst to >=1.7,<1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a97f5400..5b4c8a91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "boltons>=21.0,<25.1", "GitPython<4", "isort>=5.12,<6.1", - "libcst>=1.6,<1.7", + "libcst>=1.7,<1.8", "packaging>=23.2,<25.0", "pydantic~=2.10.1", "pylint>=3.3,<3.4",