Skip to content

Commit d0129cf

Browse files
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](brentyi/tyro@v0.8.3...v0.9.2) --- updated-dependencies: - dependency-name: tyro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98573b0 commit d0129cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ semantic-version = "^2.10.0"
2626
bottle = ">=0.12.25,<0.14.0"
2727
tqdm = "^4.66.5"
2828
pygit2 = "^1.15.1"
29-
tyro = "^0.8.3"
29+
tyro = ">=0.8.3,<0.10.0"
3030
gitpython = "^3.1.43"
3131
setuptools = ">=69.5.1,<76.0.0"
3232
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)