From 588aed7a139d8fc10aaf4350fb3a2694a5ec5ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:54:12 +0000 Subject: [PATCH] Update typer requirement 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.14.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 9967ca708174..54eafc8bac1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ kubernetes >= 24.2.0, < 30.0.0 pytz >= 2021.1, < 2025 readchar >= 4.0.0, < 5.0.0 sqlalchemy[asyncio] >= 2.0, < 3.0.0 -typer >= 0.12.0, != 0.12.2, < 0.13.0 +typer >= 0.12.0, != 0.12.2, < 0.15.0