Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent f89001a commit 63c0977
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 @@ -17,4 +17,4 @@ kubernetes >= 24.2.0, < 30.0.0
pytz >= 2021.1, < 2025
readchar >= 4.0.0, < 5.0.0
sqlalchemy[asyncio] >= 2.0, < 3.0.0
typer >= 0.12.0, != 0.12.2, < 0.13.0
typer >= 0.12.0, != 0.12.2, < 0.14.0

0 comments on commit 63c0977

Please sign in to comment.