Skip to content

Commit

Permalink
Update typer[all] requirement from <0.11,>=0.9 to >=0.9,<0.13 (dataco…
Browse files Browse the repository at this point in the history
…ntract#123)

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.12.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 Apr 1, 2024
1 parent 3e781e0 commit 28a5a7d
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.11",
"typer[all]>=0.9,<0.13",
"pydantic>=2.5.3,<2.7.0",
"pyyaml~=6.0.1",
"requests~=2.31.0",
Expand Down

0 comments on commit 28a5a7d

Please sign in to comment.