From b504795320ea3e405a8ac9d7942a8905acc92a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:55:54 -0800 Subject: [PATCH] Update typer requirement from !=0.12.2,<0.14.0,>=0.12.0 to >=0.12.0,!=0.12.2,<0.16.0 (#16207) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris White --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d3bb4155d3b..dd62a8c518ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ kubernetes >= 24.2.0, < 32.0.0 pytz >= 2021.1, < 2025 readchar >= 4.0.0, < 5.0.0 sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 2.0.36 -typer >= 0.12.0, != 0.12.2, < 0.14.0 +typer >= 0.12.0, != 0.12.2, < 0.16.0