Skip to content

Commit

Permalink
⬆️ Update typer requirement from ^0.4.0 to ^0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.4.0...0.9.0)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 835ca86 commit 78b8a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [ #! Update me
[tool.poetry.dependencies]
python = "^3.9"

typer = {extras = ["all"], version = "^0.4.0"}
typer = {extras = ["all"], version = "^0.9.0"}
rich = "^13.6.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 78b8a5b

Please sign in to comment.