Skip to content

Commit 2462159

Browse files
Update typer requirement from ^0.15.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.15.1...0.19.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997d57f commit 2462159

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
@@ -21,7 +21,7 @@ seaborn = "^0.13.2"
2121
numpyro = "^0.18.0"
2222
subplots-from-axsize = "^0.1.9"
2323
pango-aliasor = "^0.3.0"
24-
typer = "^0.15.1"
24+
typer = "^0.19.2"
2525
jaxtyping = "^0.3.2"
2626
pydantic = "^2.10.6"
2727
pyyaml = "^6.0.2"

0 commit comments

Comments
 (0)