From 6eb9696ed94803128c26bcb2c56acceaa6c70cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 18:12:39 +0000 Subject: [PATCH] Update tyro requirement from ^0.9.2,<0.9.23 to >=0.9.2,<0.10.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...v0.9.26) --- updated-dependencies: - dependency-name: tyro dependency-version: 0.9.26 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 ca1726d8..81b638da 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,<0.10.0" gitpython = "^3.1.43" setuptools = ">=69.5.1,<81.0.0" rich = "^14.0.0"