From e2c4e5f739393b8ea746b0001988546225680b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:54:11 +0000 Subject: [PATCH] build(deps): update typer requirement from >=0.16.1 to >=0.26.7 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.16.1...0.26.7) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_cli.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_cli.txt b/requirements_cli.txt index 92315c9a..c1a87cff 100644 --- a/requirements_cli.txt +++ b/requirements_cli.txt @@ -1,3 +1,3 @@ click>=8.4.1 rich>=15.0.0 -typer>=0.16.1 +typer>=0.26.7