Skip to content

Commit

Permalink
Update typer[all] requirement from ~=0.9.0 to >=0.9,<0.11 (datacontra…
Browse files Browse the repository at this point in the history
…ct#114)

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](fastapi/typer@0.9.0...0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 38bdb26 commit cbc44d2
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 @@ -14,7 +14,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"typer[all]~=0.9.0",
"typer[all]>=0.9,<0.11",
"pydantic>=2.5.3,<2.7.0",
"pyyaml~=6.0.1",
"requests~=2.31.0",
Expand Down

0 comments on commit cbc44d2

Please sign in to comment.