Skip to content

Commit f445cb0

Browse files
chore(deps): update typer requirement from 0.17.4 to 0.19.1
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.17.4...0.19.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7920f88 commit f445cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typing_extensions = "4.15.0"
3838
beartype = "0.21.0"
3939
docutils = "0.22.1"
4040
reportlab = "4.4.4"
41-
typer = "0.17.4"
41+
typer = "0.19.1"
4242
tabulate = "0.8.10"
4343

4444

0 commit comments

Comments
 (0)