Skip to content

Commit

Permalink
Update typer requirement from <0.15,>=0.12 to >=0.12,<0.16 (#564)
Browse files Browse the repository at this point in the history
Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.0...0.15.1)

---
updated-dependencies:
- dependency-name: typer
  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 Dec 27, 2024
1 parent 363be42 commit cc4fc3c
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 @@ -15,7 +15,7 @@ classifiers = [
]
requires-python = ">=3.10"
dependencies = [
"typer>=0.12,<0.15",
"typer>=0.12,<0.16",
"pydantic>=2.8.2,<2.11.0",
"pyyaml~=6.0.1",
"requests>=2.31,<2.33",
Expand Down

0 comments on commit cc4fc3c

Please sign in to comment.