Skip to content

Commit 7c1cf31

Browse files
Update libcst requirement from <1.5,>=1.1 to >=1.1,<1.6 (#877)
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.5.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 e311daf commit 7c1cf31

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.5",
16+
"libcst>=1.1,<1.6",
1717
"packaging>=23.2,<25.0",
1818
"pydantic~=2.9.0",
1919
"pylint>=3.3,<3.4",

0 commit comments

Comments
 (0)