Skip to content

Commit

Permalink
Update typer requirement from ^0.13.0 to ^0.15.1
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.13.0...0.15.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 92956b6 commit bbbf3f4
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 @@ -28,7 +28,7 @@ ai-marketplace-monitor = 'ai_marketplace_monitor.cli:app'

[tool.poetry.dependencies]
python = "<3.13,>=3.9"
typer = {extras = ["all"], version = "^0.13.0"}
typer = {extras = ["all"], version = "^0.15.1"}

[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
Expand Down

0 comments on commit bbbf3f4

Please sign in to comment.