Skip to content

Commit

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

---
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 Nov 26, 2022
1 parent 0c00dc4 commit 1250632
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 144 deletions.
152 changes: 9 additions & 143 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.7.0"
typer = {extras = ["all"], version = ">=0.2.1,<0.7.0"}
typer = {extras = ["all"], version = ">=0.2.1,<0.8.0"}
datamodel-code-generator = {extras = ["http"], version = "0.13.5"}
stringcase = "^1.2.0"
PySnooper = ">=0.4.1,<1.2.0"
Expand Down

0 comments on commit 1250632

Please sign in to comment.