From 4c182dad360325740fd1ae5f2721574afe187d86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:36:50 +0000 Subject: [PATCH] Bump typer from 0.20.0 to 0.21.1 Bumps [typer](https://github.com/fastapi/typer) from 0.20.0 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.20.0...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 0d6f82b..c170a8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ mdurl==0.1.2 Pygments==2.19.2 rich==14.2.0 shellingham==1.5.4 -typer==0.20.0 +typer==0.21.1 typing_extensions==4.15.0 uvicorn==0.40.0