fix(deps): update dependency typer to v0.24.0
All checks were successful
Continuous Integration / Build Package (push) Successful in 31s
Continuous Integration / Lint, Check & Test (push) Successful in 47s

This commit is contained in:
Renovate Bot 2026-02-18 00:07:18 +00:00 committed by renovate-bot
parent 47a9727198
commit ad751696cb
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ dependencies = [
"pydantic==2.12.5",
"pydantic-settings[yaml]==2.13.0",
"rich==14.3.2",
"typer==0.23.1",
"typer==0.24.0",
"xdg-base-dirs==6.0.2",
]