Skip to content

Commit 928ba70

Browse files
Merge pull request #459 from crypdick/dependabot/pip/typer-0.10.0
⬆️ Bump typer from 0.9.0 to 0.10.0
2 parents f62382f + 44d2ee1 commit 928ba70

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [ #! Update me
3636
[tool.poetry.dependencies]
3737
python = "^3.7"
3838
importlib_metadata = {version = ">=4.5,<7.0", python = "<3.8"}
39-
typer = {extras = ["all"], version = ">=0.6.1,<0.10.0"}
39+
typer = {extras = ["all"], version = ">=0.6.1,<0.11.0"}
4040
rich = ">=12.5.1,<14.0.0"
4141

4242
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)