Skip to content

Commit 9d553a7

Browse files
chore(deps): bump typer from 0.19.2 to 0.20.0 (#708)
Bumps [typer](https://github.com/fastapi/typer) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.19.2...0.20.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9e9dad commit 9d553a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ egresocovid19 = "egresocovid19.cli:app"
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.8"
16-
typer = "^0.19.2"
16+
typer = "^0.20.0"
1717
fastapi = {extras = ["all"], version = "^0.99.1"}
1818
python-dotenv = "^1.0.1"
1919
fastapi-restful = {extras = ["all"], version = "^0.4.5"}

0 commit comments

Comments
 (0)