Skip to content

Commit ffa9cd3

Browse files
chore(deps): update typer requirement (#998)
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.15.1...0.21.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dad619c commit ffa9cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
requires-python = ">=3.10,<3.13"
1717
dependencies = [
18-
"typer>=0.15.1,<0.20",
18+
"typer>=0.15.1,<0.22",
1919
"pydantic>=2.8.2,<2.13.0",
2020
"pyyaml~=6.0.1",
2121
"requests>=2.31,<2.33",

0 commit comments

Comments
 (0)