Skip to content

Commit

Permalink
feat(deps): add libcst as dependency, remove py38 constraint from
Browse files Browse the repository at this point in the history
stubber

Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
  • Loading branch information
BradenM committed Mar 19, 2023
1 parent 6468bc0 commit 9bdb811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ typing-extensions = "4.5.0"
pydantic = "1.10.6"
distlib = "0.3.6"
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
micropython-stubber = { version = "==1.13.1.post1", python = '>=3.8' }
micropython-stubber = "==1.13.1.post1"
libcst = "^0.4.9"

[tool.poetry.group.dev.dependencies]
bump2version = "^0.5.11"
Expand Down

0 comments on commit 9bdb811

Please sign in to comment.