Skip to content

Commit aca9fed

Browse files
fix(deps): update dependency typer to ^0.15.0 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74975e7 commit aca9fed

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
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.14.0"}
31+
typer = {extras = ["all"], version = "^0.15.0"}
3232
icalendar = "^6.0.0"
3333

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

0 commit comments

Comments
 (0)