fix(deps): update dependency typer to v0.21.2
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m12s

This commit is contained in:
Renovate Bot 2026-02-11 00:06:23 +00:00
parent 13c4186ca5
commit 82796c37df
2 changed files with 15 additions and 6 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
"pydantic==2.12.5",
"pydantic-settings[yaml]==2.12.0",
"rich==14.3.2",
"typer==0.21.1",
"typer==0.21.2",
"xdg-base-dirs==6.0.2",
]