From d30144dfdc9582bae038c91bd816dcb25d9292d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:23:36 +0000 Subject: [PATCH] deps(deps): bump typer from 0.26.4 to 0.26.7 Bumps [typer](https://github.com/fastapi/typer) from 0.26.4 to 0.26.7. - [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.26.4...0.26.7) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 088a17b9..00a1e6fb 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.26.4", + "typer==0.26.7", "copier>=9.11.2", "rich>=13.0.0", "pillow>=12.2.0",