Skip to content

Commit

Permalink
Bump typer from 0.9.4 to 0.12.3
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/tiangolo/typer) from 0.9.4 to 0.12.3.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](tiangolo/typer@0.9.4...0.12.3)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 7bf89ad commit 32c609b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
23 changes: 8 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fastapi-codegen = "fastapi_code_generator.__main__:app"

[tool.poetry.dependencies]
python = "^3.8.0"
typer = {extras = ["all"], version = ">=0.2.1,<0.10.0"}
typer = {extras = ["all"], version = ">=0.2.1,<0.13.0"}
datamodel-code-generator = {extras = ["http"], version = "0.25.6"}
stringcase = "^1.2.0"
PySnooper = ">=0.4.1,<1.2.0"
Expand Down

0 comments on commit 32c609b

Please sign in to comment.