From 1778aaa85561364243fc365f09e9040c56952e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 03:27:59 +0000 Subject: [PATCH] build(deps): bump typer from 0.16.1 to 0.17.3 Bumps [typer](https://github.com/fastapi/typer) from 0.16.1 to 0.17.3. - [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.16.1...0.17.3) --- updated-dependencies: - dependency-name: typer dependency-version: 0.17.3 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 2b4d032..106c01a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,14 +735,14 @@ files = [ [[package]] name = "typer" -version = "0.16.1" +version = "0.17.3" 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.16.1-py3-none-any.whl", hash = "sha256:90ee01cb02d9b8395ae21ee3368421faf21fa138cb2a541ed369c08cec5237c9"}, - {file = "typer-0.16.1.tar.gz", hash = "sha256:d358c65a464a7a90f338e3bb7ff0c74ac081449e53884b12ba658cbd72990614"}, + {file = "typer-0.17.3-py3-none-any.whl", hash = "sha256:643919a79182ab7ac7581056d93c6a2b865b026adf2872c4d02c72758e6f095b"}, + {file = "typer-0.17.3.tar.gz", hash = "sha256:0c600503d472bcf98d29914d4dcd67f80c24cc245395e2e00ba3603c9332e8ba"}, ] [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 = "faa8a14bdfac272767aa599c687b3f4ca4490aaea96184af35012b47a4cc9723" +content-hash = "0396863035f6f57f08fcce09c820c4eb2cc5d9d686a29ea055ec81f0dbb3329f" diff --git a/pyproject.toml b/pyproject.toml index e26934b..af721bd 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.16.1" +typer = "^0.17.3" typing-extensions = "^4.15.0" gitpython = "^3.1.45"