From 8593975e73d3b3826e129efa125b940eed5afff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:02:45 +0000 Subject: [PATCH] chore(deps): update typer requirement from >=0.12.0 to >=0.25.0 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [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.12.0...0.25.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 938234b..d3fa2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Your GitHub activity dashboard in the terminal." readme = "README.md" requires-python = ">=3.10" dependencies = [ - "typer>=0.12.0", + "typer>=0.25.0", "httpx>=0.27.0", "pydantic>=2.0.0", "rich>=13.0.0",