From c8de199dfadc883b1e25306a571fcd6eb14480ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:53:14 +0000 Subject: [PATCH] deps(deps): bump typer from 0.19.2 to 0.21.1 Bumps [typer](https://github.com/fastapi/typer) from 0.19.2 to 0.21.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.19.2...0.21.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.1 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 491d553..104302d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -150,7 +150,7 @@ starlette==0.48.0 # via # fastapi # prometheus-fastapi-instrumentator -typer==0.19.2 +typer==0.21.1 # via # fastapi-cli # fastapi-cloud-cli