Skip to content

Commit

Permalink
Update libcst requirement from ~=1.1.0 to >=1.1,<1.3 (#286)
Browse files Browse the repository at this point in the history
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.2.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>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent 8d6a03d commit 1c4b4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = {file = "LICENSE"}
description = "A pluggable framework for building codemods in Python"
dependencies = [
"isort>=5.12,<5.14",
"libcst~=1.1.0",
"libcst>=1.1,<1.3",
"packaging~=23.2",
"pylint~=3.0.0",
"python-json-logger~=2.0.0",
Expand Down

0 comments on commit 1c4b4b4

Please sign in to comment.