From 2ede93588e496a46297420f8a39b58a6c21854a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:09:57 +0000 Subject: [PATCH] build(deps): bump typer from 0.17.4 to 0.19.1 Bumps [typer](https://github.com/fastapi/typer) from 0.17.4 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.17.4...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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec629ca..4f87b63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,14 +735,14 @@ files = [ [[package]] name = "typer" -version = "0.17.4" +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.17.4-py3-none-any.whl", hash = "sha256:015534a6edaa450e7007eba705d5c18c3349dcea50a6ad79a5ed530967575824"}, - {file = "typer-0.17.4.tar.gz", hash = "sha256:b77dc07d849312fd2bb5e7f20a7af8985c7ec360c45b051ed5412f64d8dc1580"}, + {file = "typer-0.19.1-py3-none-any.whl", hash = "sha256:914b2b39a1da4bafca5f30637ca26fa622a5bf9f515e5fdc772439f306d5682a"}, + {file = "typer-0.19.1.tar.gz", hash = "sha256:cb881433a4b15dacc875bb0583d1a61e78497806741f9aba792abcab390c03e6"}, ] [package.dependencies] @@ -787,4 +787,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "0ceb64f86ac5800cbef6082a78bba080777b7d1b5426496f10d1286768e8f683" +content-hash = "9cd37e2a45dbf89b66aba8affa15f1db822334984456a4d1b38a96590702b4a7" diff --git a/pyproject.toml b/pyproject.toml index 9b6a494..79659f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ jira-commit-msg = "jira_commit_msg:main" [tool.poetry.dependencies] python = "^3.9" -typer = "^0.17.4" +typer = "^0.19.1" typing-extensions = "^4.15.0" gitpython = "^3.1.45"