Skip to content

Commit

Permalink
build(deps): Bump typer from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/tiangolo/typer) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.10.0...0.11.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] authored Mar 27, 2024
1 parent 4b84b42 commit 9c7de24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 6 additions & 9 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 @@ -11,7 +11,7 @@ packages = [{include = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
typer = {extras = ["all"], version = ">=0.9,<0.11"}
typer = {extras = ["all"], version = ">=0.9,<0.12"}
httpx = {extras = ["brotli", "http2"], version = ">=0.24.1,<0.28.0"}
pydantic = {extras = ["dotenv"], version = "^2.0"}
dateparser = "^1.1.8"
Expand Down

0 comments on commit 9c7de24

Please sign in to comment.