From df8a19f53f44936a253eceb65d33db87213b4626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:19:17 +0000 Subject: [PATCH] Bump typer from 0.24.1 to 0.25.1 Bumps [typer](https://github.com/fastapi/typer) from 0.24.1 to 0.25.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.24.1...0.25.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9a9a451..d1fc7d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-doc" @@ -1358,4 +1358,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2fc9269dd27622b04c53d79c4d20bf88223872b28a9698ed9a99944403b42432" +content-hash = "7f248910ddc16dbdce248b3349a2e00459e472ad498246b36af5585bcb42db74" diff --git a/pyproject.toml b/pyproject.toml index d7fe531..fa6c6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ license-files = [ "LICENSE" ] dependencies = [ - "typer>=0.25", # if this changes, also change: [tool.poetry.dependencies] + "typer>=0.25.1", # if this changes, also change: [tool.poetry.dependencies] "rich>=15.0", # 14.3.2 hangs GitHub CI pipeline "platformdirs>=4.9",