Skip to content

Commit 97bfc65

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.17.0...0.19.1) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ff3c4b commit 97bfc65

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

0 commit comments

Comments
 (0)