From 4e7fe9a4a7b2bee2bc6ef0d4a612eb9df0ac4150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:06:06 +0000 Subject: [PATCH] deps(python): update typer requirement in /python 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.27.1...0.27.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.27.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e2c95c1..1b71df1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "numpy>=2.2.6", "rich>=15.0.0", - "typer>=0.27.1", + "typer>=0.27.2", ] [project.optional-dependencies]