Skip to content

Commit a7e36cd

Browse files
Python dependency: Update typer requirement from ==0.24.* to ==0.25.*
Updates the requirements on [typer](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.24.0...0.25.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d112dc3 commit a7e36cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SQLAlchemy==2.*
5858
sqlparse==0.*
5959
sshtunnel==0.*
6060
typer[all]==0.23.*; python_version <= '3.9'
61-
typer[all]==0.24.*; python_version > '3.9'
61+
typer[all]==0.25.*; python_version > '3.9'
6262
urllib3==1.26.*; python_version <= '3.9'
6363
urllib3==2.6.*; python_version > '3.9'
6464
user-agents==2.2.0

0 commit comments

Comments
 (0)