Skip to content

Commit

Permalink
Update typer requirement from ==0.7.* to ==0.9.*
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.7.0...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent 43411c0 commit ac89257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest-asyncio
jinja2==3.*

# Used for the debug CLI
typer==0.7.*
typer==0.9.*
escapism==1.*

# Used for GCP billing management
Expand Down

0 comments on commit ac89257

Please sign in to comment.