From 05c03b028e68b99df8de6ba289efb3704b718250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:33:33 +0000 Subject: [PATCH] Bump typer from 0.12.3 to 0.17.4 Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.17.4. - [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.17.4) --- updated-dependencies: - dependency-name: typer dependency-version: 0.17.4 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..949ca6b 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.17.4" 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.17.4-py3-none-any.whl", hash = "sha256:015534a6edaa450e7007eba705d5c18c3349dcea50a6ad79a5ed530967575824"}, + {file = "typer-0.17.4.tar.gz", hash = "sha256:b77dc07d849312fd2bb5e7f20a7af8985c7ec360c45b051ed5412f64d8dc1580"}, ] [package.dependencies] @@ -1067,4 +1067,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "0499c0bbdcf0d97979ee551fc04cff432a60ca5e4e4b109d287388918cd0820b" +content-hash = "2d57f44e8afb55ad851ede6333a1a5dd0573b49ee4d1671b252a7c23fa2a837d" diff --git a/pyproject.toml b/pyproject.toml index f510746..dd64c50 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.18.0"} datamodel-code-generator = {extras = ["http"], version = "0.30.1"} stringcase = "^1.2.0" PySnooper = ">=0.4.1,<1.2.0"