Skip to content

Commit 0df6fd0

Browse files
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](fastapi/typer@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] <support@github.com>
1 parent a5e9315 commit 0df6fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ setuptools==80.*
5454
SQLAlchemy==2.*
5555
sqlparse==0.*
5656
sshtunnel==0.*
57-
typer[all]==0.20.*
57+
typer[all]==0.21.*
5858
urllib3==1.26.*; python_version <= '3.9'
5959
urllib3==2.6.*; python_version > '3.9'
6060
user-agents==2.2.0

0 commit comments

Comments
 (0)