Skip to content

Commit

Permalink
Update typer requirement from ==0.9.* to ==0.12.*
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.9.0...0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent ede6494 commit 0af96a2
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 @@ -23,7 +23,7 @@ pytest-asyncio
jinja2==3.*

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

# Used for GCP billing management
Expand Down

0 comments on commit 0af96a2

Please sign in to comment.