Skip to content

Commit d629ee5

Browse files
dependabot[bot]eadwinCode
authored andcommitted
Update typer requirement from <0.7.0,>=0.6.1 to >=0.6.1,<0.8.0
Updates the requirements on [typer](https://github.com/tiangolo/typer) to permit the latest version. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.6.1...0.7.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad77625 commit d629ee5

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
@@ -46,7 +46,7 @@ dependencies = [
4646
"pydantic >=1.6.2,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<2.0.0",
4747
"jinja2",
4848
# cli
49-
"typer >=0.6.1,<0.7.0",
49+
"typer >=0.6.1,<0.8.0",
5050
# testing
5151
"httpx >= 0.22.0"
5252
]

0 commit comments

Comments
 (0)