Skip to content

Commit 065ebb8

Browse files
chore(deps): update typer requirement from 0.19.1 to 0.19.2
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.19.1...0.19.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88a5677 commit 065ebb8

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.2"
4040
reportlab = "4.4.4"
41-
typer = "0.19.1"
41+
typer = "0.19.2"
4242
tabulate = "0.8.10"
4343

4444

0 commit comments

Comments
 (0)