From fb78799d4dec82f2ecabe5bb33904dd6d61ef060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:42:33 -0600 Subject: [PATCH] chore(deps): bump typer from 0.13.0 to 0.13.1 (#520) Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1303f70..ceaa960 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1686,13 +1686,13 @@ files = [ [[package]] name = "typer" -version = "0.13.0" +version = "0.13.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, - {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, + {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, + {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, ] [package.dependencies] @@ -1936,4 +1936,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2f9fab52ea8f09811881514d2c0e4a6a222b6689235eb1942f83e64abffde528" +content-hash = "19eec896c8653e0d9bd6b90a5f83fdf30bcbab9c9fc13debf3f51ac906721b65" diff --git a/pyproject.toml b/pyproject.toml index ce011ef..896bc49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ egresocovid19 = "egresocovid19.cli:app" [tool.poetry.dependencies] python = "^3.8" -typer = "^0.13.0" +typer = "^0.13.1" fastapi = {extras = ["all"], version = "^0.99.1"} python-dotenv = "^1.0.1" fastapi-restful = {extras = ["all"], version = "^0.4.5"}