From 3c96d2c27982da3cf1175ae1c0213c5c34f6b302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:44:09 +0000 Subject: [PATCH] build(deps): bump typer from 0.15.4 to 0.19.1 Bumps [typer](https://github.com/fastapi/typer) from 0.15.4 to 0.19.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.15.4...0.19.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.19.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 6342de33..01d7ac39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -typer==0.15.4 +typer==0.19.1 click>=8.0.0 joblib==1.5.1 pygments==2.19.1