Skip to content

Commit

Permalink
Bump typer from 0.2.1 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/tiangolo/typer) from 0.2.1 to 0.3.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.2.1...0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 25, 2020
1 parent e891c6c commit e602c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -34,7 +34,7 @@ classifiers = [ # Update me
[tool.poetry.dependencies]
python = "3.7.7"
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
typer = {extras = ["all"], version = "^0.2.1"}
typer = {extras = ["all"], version = "^0.3.0"}
rich = "^2.2.2"
pre-commit = "^2.5.1"
ovito = "^3.1.1"
Expand Down

0 comments on commit e602c60

Please sign in to comment.