fix(deps): update dependency pydantic to v2.12.5
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m4s

This commit is contained in:
Renovate Bot 2026-01-18 16:40:04 +00:00
parent 2445b6f462
commit c6961dfd0e
2 changed files with 67 additions and 59 deletions

View file

@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"click==8.3.0",
"mistletoe==1.4.0",
"pydantic==2.12.0",
"pydantic==2.12.5",
"pydantic-settings[yaml]==2.11.0",
"rich==14.2.0",
"typer==0.19.2",