Skip to content

Commit e721f31

Browse files
chore(deps): update typer requirement
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.20.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8a0b7a commit e721f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ kubernetes >= 24.2.0, < 32.0.0
1616
pytz >= 2021.1, < 2026
1717
readchar >= 4.0.0, < 5.0.0
1818
sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 2.0.36
19-
typer >= 0.12.0, != 0.12.2, < 0.18.0
19+
typer >= 0.12.0, != 0.12.2, < 0.21.0

0 commit comments

Comments
 (0)