Skip to content

Commit

Permalink
⬆️ Update typer requirement from ^0.3.2 to ^0.4.1
Browse files Browse the repository at this point in the history
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.3.2...0.4.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2022
1 parent ba3f813 commit 776cbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mkdocs-material = "^7.0.3"
uvicorn = "^0.13.0"
fastapi = ">=0.61.1,<0.69.0"
requests = "^2.24.0"
typer = "^0.3.2"
typer = "^0.4.1"
semver = "^2.13.0"
pytest-testmon = "^1.0.3"
async-asgi-testclient = "^1.4.4"
Expand Down

0 comments on commit 776cbbf

Please sign in to comment.