Skip to content

Commit

Permalink
Merge pull request #341 from splunk/dependabot/pip/tyro-gte-0.8.3-and…
Browse files Browse the repository at this point in the history
…-lt-0.10.0

Update tyro requirement from ^0.8.3 to >=0.8.3,<0.10.0
  • Loading branch information
pyth0n1c authored Dec 17, 2024
2 parents 98573b0 + d0129cf commit c26e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c26e492

Please sign in to comment.