From f860d66966c6143b7174df278a8a700ec9a9f27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:24:40 +0000 Subject: [PATCH] Update typer requirement in the python-dependencies group Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. Updates `typer` 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.14.0...0.24.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.24.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b1d632..d3f33d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Environment :: Console", "Typing :: Typed", ] -dependencies = ["typer>=0.14,<0.22", "rich>=13,<15", "shellingham>=1.5,<2"] +dependencies = ["typer>=0.14,<0.25", "rich>=13,<15", "shellingham>=1.5,<2"] [project.optional-dependencies] dev = [