Skip to content

Commit 435f635

Browse files
Update libcst requirement from <1.4,>=1.1 to >=1.1,<1.5 (#590)
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](Instagram/LibCST@v1.1.0...v1.4.0) --- updated-dependencies: - dependency-name: libcst dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8cb84ac commit 435f635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A pluggable framework for building codemods in Python"
1313
dependencies = [
1414
"GitPython<4",
1515
"isort>=5.12,<5.14",
16-
"libcst>=1.1,<1.4",
16+
"libcst>=1.1,<1.5",
1717
"packaging>=23.2,<25.0",
1818
"pydantic~=2.7.0",
1919
"pylint>=3.2,<3.3",

0 commit comments

Comments
 (0)