Skip to content

Commit

Permalink
fix(deps): use latest stable typer.
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
Release-As: v4.2.0-beta.2
  • Loading branch information
BradenM committed Mar 27, 2023
1 parent 844b25c commit ec3082e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 60 deletions.
74 changes: 18 additions & 56 deletions poetry.lock

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

5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ distlib = "0.3.6"
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
micropython-stubber = "==1.13.1.post1"
libcst = "0.4.9"
shellingham = "^1.5.0.post1"
rich = "^13.3.2"
# until typer is updated to support recent rich versions
typer = {git = "https://github.com/BradenM/typer"}
typer = {version = "^0.7.0", extras = ["all"]}

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

0 comments on commit ec3082e

Please sign in to comment.