Skip to content

Commit ed4627c

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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.15.1"
16+
typer = "^0.15.2"
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)