Skip to content

Commit 5cb9407

Browse files
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](fastapi/typer@0.19.0...0.20.0) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1da777 commit 5cb9407

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
@@ -53,7 +53,7 @@ setuptools==80.*
5353
SQLAlchemy==2.*
5454
sqlparse==0.*
5555
sshtunnel==0.*
56-
typer[all]==0.19.*
56+
typer[all]==0.20.*
5757
urllib3==1.26.*; python_version <= '3.9'
5858
urllib3==2.5.*; python_version > '3.9'
5959
user-agents==2.2.0

0 commit comments

Comments
 (0)