From d0129cf07b9b9ee1c6283ffff7a3c24c00ecf5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 05:51:30 +0000 Subject: [PATCH] Update tyro requirement from ^0.8.3 to >=0.8.3,<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.8.3...v0.9.2) --- updated-dependencies: - dependency-name: tyro 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 ec8ec960..7b59084b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ semantic-version = "^2.10.0" bottle = ">=0.12.25,<0.14.0" tqdm = "^4.66.5" pygit2 = "^1.15.1" -tyro = "^0.8.3" +tyro = ">=0.8.3,<0.10.0" gitpython = "^3.1.43" setuptools = ">=69.5.1,<76.0.0" [tool.poetry.dev-dependencies]