From 9b7f8e070151a71f026ba8381c77b352a6fb50c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:47:37 +0000 Subject: [PATCH] Python dependency: Update typer[all] requirement Updates the requirements on [typer[all]](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.21.0...0.23.1) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.23.1 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 f625530b6ee..c55ca5c8798 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ setuptools==82.* SQLAlchemy==2.* sqlparse==0.* sshtunnel==0.* -typer[all]==0.23.* +typer[all]==0.24.* urllib3==1.26.*; python_version <= '3.9' urllib3==2.6.*; python_version > '3.9' user-agents==2.2.0