Merge pull request 'fix(deps): update dependency typer to v0.21.1' (#19) from renovate/typer-0.x into main
Some checks failed
Continuous Integration / Lint, Check & Test (push) Has been cancelled

This commit is contained in:
renovate-bot 2026-01-18 17:58:26 +01:00
commit a72d00f28a
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
"pydantic==2.12.5",
"pydantic-settings[yaml]==2.11.0",
"rich==14.2.0",
"typer==0.19.2",
"typer==0.21.1",
"xdg-base-dirs==6.0.2",
]