From 45ff61a8d148f65f653090ffa5daa6b69cd0b10b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:35:01 +0000 Subject: [PATCH] chore(deps): bump typer from 0.13.1 to 0.15.1 Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.15.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.1...0.15.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36b0acb..0c78be8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ SQLAlchemy==2.0.36 starlette termcolor==2.5.0 time-machine==2.16.0 -typer==0.13.1 +typer==0.15.1 typing_extensions==4.12.2 tzdata==2024.2 uvicorn==0.32.0