From 9f9de9175e1d5b57ffc60cd510cf8284cda745b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:05:45 +0000 Subject: [PATCH] deps(deps): bump typer from 0.16.0 to 0.25.0 Bumps [typer](https://github.com/fastapi/typer) from 0.16.0 to 0.25.0. - [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.0...0.25.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8a4572e..68a24737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ # references (e.g. ``cls: type[TyperCommand] | None``) that fail at # class-body evaluation on Python 3.11/3.12. CI runs on 3.11 — pin # below the regressed range until typer ships a fix. - "typer==0.16.0", + "typer==0.25.0", "copier>=9.11.2", "rich>=13.0.0", "pillow>=12.2.0",