Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8e3a87e commit 97350f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
24 changes: 9 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 @@ -8,7 +8,7 @@ packages = [{include = "hub_utils"}]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
typer = {extras = ["all"], version = "^0.6.1"}
typer = {extras = ["all"], version = "^0.12.5"}
ruamel-yaml = "^0.18.6"
yamllint = "^1.28.0"
boto3 = "^1.35.18"
Expand Down

0 comments on commit 97350f7

Please sign in to comment.