From 0af96a2fd002a33da1f3ae1c1e80379f16d8e8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:06:00 +0000 Subject: [PATCH] Update typer requirement from ==0.9.* to ==0.12.* Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.9.0...0.12.0) --- updated-dependencies: - dependency-name: typer 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 53731087e0..526f7fea92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pytest-asyncio jinja2==3.* # Used for the debug CLI -typer==0.9.* +typer==0.12.* escapism==1.* # Used for GCP billing management