fix(deps): update dependency typer to ^0.19.0
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 12s
Build and Publish nightly package / build-and-publish (push) Successful in 1m46s

This commit was merged in pull request #14.
This commit is contained in:
2025-10-02 15:39:55 +00:00
committed by ghost-bot
parent 2eddd9bb37
commit e68ce4fd25

View File

@@ -17,7 +17,7 @@ pyyaml = "^6.0.2"
pydantic = "^2.11.3" pydantic = "^2.11.3"
rich = "^14.0.0" rich = "^14.0.0"
gitpython = "^3.1.44" gitpython = "^3.1.44"
typer = "^0.16.0" typer = "^0.19.0"
jinja2 = "^3.1.6" jinja2 = "^3.1.6"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]