Skip to content

Commit 58eb230

Browse files
fix(deps): update dependency typer to ^0.13.0 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4fdbdc0 commit 58eb230

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mergecal = "mergecal.cli:app"
2828
[tool.poetry.dependencies]
2929
python = "^3.9"
3030
rich = ">=10"
31-
typer = {extras = ["all"], version = "^0.12.0"}
31+
typer = {extras = ["all"], version = "^0.13.0"}
3232
icalendar = "^6.0.0"
3333

3434
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)