Skip to content

Commit 9b7f8e0

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.21.0...0.23.1) --- updated-dependencies: - dependency-name: typer[all] dependency-version: 0.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2dedb6e commit 9b7f8e0

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
@@ -55,7 +55,7 @@ setuptools==82.*
5555
SQLAlchemy==2.*
5656
sqlparse==0.*
5757
sshtunnel==0.*
58-
typer[all]==0.23.*
58+
typer[all]==0.24.*
5959
urllib3==1.26.*; python_version <= '3.9'
6060
urllib3==2.6.*; python_version > '3.9'
6161
user-agents==2.2.0

0 commit comments

Comments
 (0)