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.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] <support@github.com>pull/9289/head
parent
c1da777fba
commit
5cb9407189
|
|
@ -53,7 +53,7 @@ setuptools==80.*
|
|||
SQLAlchemy==2.*
|
||||
sqlparse==0.*
|
||||
sshtunnel==0.*
|
||||
typer[all]==0.19.*
|
||||
typer[all]==0.20.*
|
||||
urllib3==1.26.*; python_version <= '3.9'
|
||||
urllib3==2.5.*; python_version > '3.9'
|
||||
user-agents==2.2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue