Browse Source

⬆ Update typer[all] requirement from <0.8.0,>=0.6.1 to >=0.6.1,<0.10.0

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.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/10030/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
88948b1bbe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      requirements-docs.txt

2
requirements-docs.txt

@ -4,7 +4,7 @@ mdx-include >=1.4.1,<2.0.0
mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0 mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0
mkdocs-redirects>=1.2.1,<1.3.0 mkdocs-redirects>=1.2.1,<1.3.0
typer-cli >=0.0.13,<0.0.14 typer-cli >=0.0.13,<0.0.14
typer[all] >=0.6.1,<0.8.0 typer[all] >=0.6.1,<0.10.0
pyyaml >=5.3.1,<7.0.0 pyyaml >=5.3.1,<7.0.0
# For Material for MkDocs, Chinese search # For Material for MkDocs, Chinese search
jieba==0.42.1 jieba==0.42.1

Loading…
Cancel
Save