Skip to content

Commit

Permalink
fix(deps): update dependency typer to ^0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 20, 2024
1 parent ee55f67 commit f834181
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
23 changes: 8 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ v1c = "vr180_convert.cli:app"
[tool.poetry.dependencies]
python = "^3.9"
rich = ">=10"
typer = {extras = ["all"], version = "^0.9.0"}
typer = {extras = ["all"], version = "^0.12.0"}
opencv-python = "^4.9.0.80"
attrs = "^23.2.0"
scikit-learn = "^1.4.2"
Expand Down

0 comments on commit f834181

Please sign in to comment.