From 3b0d4c112e71a2be63b5babb7576d725b6b206b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:17:38 +0000 Subject: [PATCH] Bump typer from 0.24.0 to 0.24.1 Bumps [typer](https://github.com/fastapi/typer) from 0.24.0 to 0.24.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.24.0...0.24.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.24.1 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 85d337d..03b5a95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0" rich==14.3.3 ; python_version >= "3.12" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.12" and python_version < "4.0" transcrypto==2.3.2 ; python_version >= "3.12" and python_version < "4.0" -typer==0.24.0 ; python_version >= "3.12" and python_version < "4.0" +typer==0.24.1 ; python_version >= "3.12" and python_version < "4.0" zstandard==0.25.0 ; python_version >= "3.12" and python_version < "4.0"