Skip to content

Commit

Permalink
fix: pin libCST to 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jan 19, 2021
1 parent 1fe4837 commit 8269370
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
83 changes: 42 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ djcodemod = "django_codemod.cli:djcodemod"
[tool.poetry.dependencies]
python = "^3.6"
click = "<8"
libcst = "<1"
libcst = "==0.3.13"
pathspec = ">=0.6,<1"
rich = "<10"

Expand Down

0 comments on commit 8269370

Please sign in to comment.