From ff53e124541934e8edec18667ce9a3f6fbf5776c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:40:51 +0000 Subject: [PATCH] [pip][dev] (deps-dev): Bump libcst Bumps the dev-dependencies group with 1 update in the / directory: [libcst](https://github.com/Instagram/LibCST). Updates `libcst` from 1.7.0 to 1.8.5 - [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.7.0...v1.8.5) --- updated-dependencies: - dependency-name: libcst dependency-version: 1.8.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index c61e6e5..7cf5d76 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -44,7 +44,7 @@ idna==3.10 # via requests iniconfig==2.1.0 # via pytest -libcst==1.7.0 +libcst==1.8.5 # via mutmut linkify-it-py==2.0.3 # via markdown-it-py