From 0df6fd0162e3b942570da3d5fb31ddde04f8c3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 10:04:23 +0000 Subject: [PATCH] Python dependency: Update typer[all] requirement in /web/regression 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.20.0...0.21.0) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.21.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 d81eb323974..7ff51d1ed0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ setuptools==80.* SQLAlchemy==2.* sqlparse==0.* sshtunnel==0.* -typer[all]==0.20.* +typer[all]==0.21.* urllib3==1.26.*; python_version <= '3.9' urllib3==2.6.*; python_version > '3.9' user-agents==2.2.0