From 0db8e4127cfc0765d89b34f75e3406279baf35df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:19:42 +0000 Subject: [PATCH] :arrow_up:(deps)(deps): Update libcst requirement Updates the requirements on [libcst](https://github.com/Instagram/LibCST) to permit the latest version. - [Release notes](https://github.com/Instagram/LibCST/releases) - [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md) - [Commits](https://github.com/Instagram/LibCST/compare/v1.1.0...v1.8.6) --- updated-dependencies: - dependency-name: libcst dependency-version: 1.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..19f1727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] dependencies = [ - "libcst>=1.1.0", + "libcst>=1.8.6", "click>=8.0.0", "pyyaml>=6.0", "rich>=13.0.0", diff --git a/requirements.txt b/requirements.txt index f58b9bd..f1b9239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -libcst>=1.1.0 +libcst>=1.8.6 click>=8.0.0 pyyaml>=6.0 rich>=13.0.0