Skip to content

Commit

Permalink
Update typer-slim requirement from <0.15,>=0.12.0 to >=0.12.0,<0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [typer-slim](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-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gerlero committed Dec 10, 2024
1 parent c974f4e commit 6e7ab4f
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 @@ -30,7 +30,7 @@ classifiers = [
]

dependencies = [
"typer-slim>=0.12.0,<0.15",
"typer-slim>=0.12.0,<0.16",
"pydantic>=2.0.3,<3",
"filelock>=3.12.3,<4",
]
Expand Down

0 comments on commit 6e7ab4f

Please sign in to comment.