Skip to content

Commit ec3082e

Browse files
committed
fix(deps): use latest stable typer.
Signed-off-by: Braden Mars <[email protected]> Release-As: v4.2.0-beta.2
1 parent 844b25c commit ec3082e

File tree

2 files changed

+19
-60
lines changed

2 files changed

+19
-60
lines changed

poetry.lock

+18-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@ distlib = "0.3.6"
6767
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
6868
micropython-stubber = "==1.13.1.post1"
6969
libcst = "0.4.9"
70-
shellingham = "^1.5.0.post1"
71-
rich = "^13.3.2"
72-
# until typer is updated to support recent rich versions
73-
typer = {git = "https://github.com/BradenM/typer"}
70+
typer = {version = "^0.7.0", extras = ["all"]}
7471

7572
[tool.poetry.group.dev.dependencies]
7673
bump2version = "^0.5.11"

0 commit comments

Comments
 (0)