From a7e36cd3f4ea97aee522e375c1d1dcab9b99ff64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:45:06 +0000 Subject: [PATCH] Python dependency: 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.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 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 1857f298a83..7f980fae29d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ SQLAlchemy==2.* sqlparse==0.* sshtunnel==0.* typer[all]==0.23.*; python_version <= '3.9' -typer[all]==0.24.*; python_version > '3.9' +typer[all]==0.25.*; python_version > '3.9' urllib3==1.26.*; python_version <= '3.9' urllib3==2.6.*; python_version > '3.9' user-agents==2.2.0