From 0ce42e9a07a839dc53f69a696facb6662af6a0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:37:34 +0000 Subject: [PATCH] Bump typer from 0.12.3 to 0.19.1 Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.19.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.19.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 544476a..cadd956 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1036,14 +1036,14 @@ markers = {main = "python_version <= \"3.11\"", dev = "python_full_version <= \" [[package]] name = "typer" -version = "0.12.3" +version = "0.19.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.19.1-py3-none-any.whl", hash = "sha256:914b2b39a1da4bafca5f30637ca26fa622a5bf9f515e5fdc772439f306d5682a"}, + {file = "typer-0.19.1.tar.gz", hash = "sha256:cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6"}, ] [package.dependencies] @@ -1067,4 +1067,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "0499c0bbdcf0d97979ee551fc04cff432a60ca5e4e4b109d287388918cd0820b" +content-hash = "303d9086f188bb8552b3aaab0f0d071053e0c2c06dcff0c460ef752aaee88926" diff --git a/pyproject.toml b/pyproject.toml index f510746..c05abb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app" [tool.poetry.dependencies] python = ">=3.9,<3.13" -typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"} +typer = {extras = ["all"], version = ">=0.2.1,<0.20.0"} datamodel-code-generator = {extras = ["http"], version = "0.30.1"} stringcase = "^1.2.0" PySnooper = ">=0.4.1,<1.2.0"