From 36c4c4a56313cca2361bec79c490dc044f49fc2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:38:18 +0000 Subject: [PATCH] Python dependency: Update typer requirement from ==0.25.* to ==0.26.* 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.25.0...0.26.5) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.5 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 edb6492e99e..5789fbc9df6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ SQLAlchemy==2.* sqlparse==0.* sshtunnel==0.* typer[all]==0.23.*; python_version <= '3.9' -typer==0.25.*; python_version > '3.9' +typer==0.26.*; python_version > '3.9' urllib3==1.26.*; python_version <= '3.9' urllib3==2.6.*; python_version > '3.9' user-agents==2.2.0