Skip to content

Commit 36c4c4a

Browse files
Python dependency: Update typer requirement from ==0.25.* to ==0.26.*
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.25.0...0.26.5) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d11dbc commit 36c4c4a

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
@@ -60,7 +60,7 @@ SQLAlchemy==2.*
6060
sqlparse==0.*
6161
sshtunnel==0.*
6262
typer[all]==0.23.*; python_version <= '3.9'
63-
typer==0.25.*; python_version > '3.9'
63+
typer==0.26.*; python_version > '3.9'
6464
urllib3==1.26.*; python_version <= '3.9'
6565
urllib3==2.6.*; python_version > '3.9'
6666
user-agents==2.2.0

0 commit comments

Comments
 (0)