Skip to content

Commit 4da3495

Browse files
deps: update typer requirement from >=0.9.0 to >=0.25.1
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.9.0...0.25.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ce846b commit 4da3495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626

2727
dependencies = [
28-
"typer>=0.9.0",
28+
"typer>=0.25.1",
2929
"rich>=13.0.0",
3030
"python-dotenv>=1.0.0",
3131
"pyyaml>=6.0",

0 commit comments

Comments
 (0)