From e40f5492a65b3b1739ff9abb451ca59e90b6e30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:39:30 +0000 Subject: [PATCH] chore(deps): bump typer from 0.15.1 to 0.15.2 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](https://github.com/fastapi/typer/compare/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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84a5966..cb38611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ SQLAlchemy==2.0.38 starlette termcolor==2.5.0 time-machine==2.16.0 -typer==0.15.1 +typer==0.15.2 typing_extensions==4.12.2 tzdata==2025.1 uvicorn==0.34.0