Skip to content

Commit

Permalink
poetry prod(deps): update typer requirement
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.5...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 and mariofix committed Jan 2, 2025
1 parent 01c4f31 commit 0158951
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 @@ -39,7 +39,7 @@ packages = [{ include = "pyflowcl" }]
python = "^3.9"
certifi = "^2024.8.30"
requests = { version = "^2.32.3", extras = ["security"] }
typer = { version = "^0.12.5", extras = ["all"] }
typer = { version = ">=0.12.5,<0.16.0", extras = ["all"] }
pydantic = "^2.9.2"

# para deprecar
Expand Down

0 comments on commit 0158951

Please sign in to comment.