]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Update typer[all] requirement from <0.7.0,>=0.6.1 to >=0.6.1,<0.8.0 (#5639)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 28 Nov 2022 07:12:37 +0000 (08:12 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 07:12:37 +0000 (08:12 +0100)
Updates the requirements on [typer[all]](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](https://github.com/tiangolo/typer/compare/0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index 06f8a97b2e0e34b210efd474f26dd51bb1c9dc96..be3080ae83539628a7c81bd48166576adb26e88f 100644 (file)
@@ -83,7 +83,7 @@ doc = [
     "mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0",
     # TODO: upgrade and enable typer-cli once it supports Click 8.x.x
     # "typer-cli >=0.0.12,<0.0.13",
-    "typer[all] >=0.6.1,<0.7.0",
+    "typer[all] >=0.6.1,<0.8.0",
     "pyyaml >=5.3.1,<7.0.0",
 ]
 dev = [