Skip to content

Commit 391c396

Browse files
chore(deps): update typer requirement (#11)
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.16.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28629b0 commit 391c396

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
@@ -1,5 +1,5 @@
11
PyYAML>=6.0,<7.0
2-
typer>=0.9.0,<0.16.0
2+
typer>=0.9.0,<0.17.0
33
PyGithub>=1.50.0,<3.0.0
44
requests>=2.30.0,<3.0.0
55
jinja2>=3.0.0,<4.0.0

0 commit comments

Comments
 (0)