From 75d83c55e8bb5c7a00b25dffbb193950865d0acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:06:50 +0000 Subject: [PATCH] Update typer requirement from <0.13,>=0.12.3 to >=0.12.3,<0.22 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [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.12.3...0.21.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31edf6b..7bbd37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "requests>=2.32,<3", "click>=8.1.7,<8.2", - "typer>=0.12.3,<0.13", + "typer>=0.12.3,<0.22", "rich>=13.9.4,<13.10", ]