From 0716db1e87f28a0d91dc83ea83160d93d1de174a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:56:46 +0000 Subject: [PATCH] build(deps): bump libcst from 0.3.15 to 1.1.0 Bumps [libcst](https://github.com/Instagram/LibCST) from 0.3.15 to 1.1.0. - [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/v0.3.15...v1.1.0) --- updated-dependencies: - dependency-name: libcst dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4683145..4557021 100644 --- a/Pipfile +++ b/Pipfile @@ -36,7 +36,7 @@ httpx = "==0.13.3" hyperframe = "==5.2.0" idna = "==2.10" joblib = "==1.2.0" -libcst = "==0.4.9" +libcst = "==1.1.0" multidict = "==6.0.4" mypy-extensions = "==0.4.3" nltk = "==3.8.1"