Skip to content

Commit ea6927e

Browse files
Bump typer from 0.12.3 to 0.19.2
Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.19.2. - [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.3...0.19.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 017483b commit ea6927e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app"
3131
[tool.poetry.dependencies]
3232
python = ">=3.9,<3.13"
3333
click = ">=8.0.0,<8.2.0"
34-
typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"}
34+
typer = {extras = ["all"], version = ">=0.2.1,<0.20.0"}
3535
datamodel-code-generator = {extras = ["http"], version = "0.30.1"}
3636
stringcase = "^1.2.0"
3737
PySnooper = ">=0.4.1,<1.2.0"

0 commit comments

Comments
 (0)