From 3e97bf8be016222fdc8d23ab630e62857fd3b253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:39:42 +0000 Subject: [PATCH] Update typer requirement from ==0.24.* to ==0.25.* 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.24.0...0.25.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5982f53045..2cc9b9d993 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pytest-asyncio jinja2==3.* # Used for the debug CLI -typer==0.24.* +typer==0.25.* escapism==1.* # Used for GCP billing management