From a3f188c48e6b89364bdde3f27f2fc0bad791e8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 05:06:49 +0000 Subject: [PATCH] Update tyro requirement from ^0.9.2,<0.9.23 to >=0.9.2,<1.1.0 Updates the requirements on [tyro](https://github.com/brentyi/tyro) to permit the latest version. - [Release notes](https://github.com/brentyi/tyro/releases) - [Commits](https://github.com/brentyi/tyro/compare/v0.9.2...v1.0.0) --- updated-dependencies: - dependency-name: tyro dependency-version: 1.0.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 9f742634..b75f8558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pygit2 = "^1.15.1" #have an issue when parsing an extremely large number of files #(in our testing great than 130) when using the mode:selected #--mode.files command. -tyro = "^0.9.2,<0.9.23" +tyro = ">=0.9.2,<1.1.0" gitpython = "^3.1.43" setuptools = ">=80.9.0" rich = "^14.0.0"