Skip to content

Commit

Permalink
build(deps): bump typer from 0.3.2 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/tiangolo/typer) from 0.3.2 to 0.9.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.3.2...0.9.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 Sep 27, 2023
1 parent 3112312 commit 9d6f9ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 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 @@ -90,7 +90,7 @@ Download = "https://pypi.org/project/sgdrf/"
[tool.poetry.dependencies]
# These are dependencies that are included in the main package
python = ">=3.9,<4"
typer = "^0.3"
typer = ">=0.3,<0.10"
torch = "^2.0.1"
pyro-ppl = "^1.8.6"

Expand Down

0 comments on commit 9d6f9ad

Please sign in to comment.