feat(deps): add click dependency and update poetry lockfile
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 4s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 8s
Build and Publish nightly package / build-and-publish (push) Successful in 21s

This commit is contained in:
2025-05-11 14:50:46 +02:00
parent 307d18fa4d
commit ef6ac68f4b
2 changed files with 3 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ packages = [{ include = "repocat", from = "src" }]
python = ">=3.12"
rich = "^14.0.0"
typer = { extras = ["all"], version = "^0.15.3" }
click = ">=8.1.3,<9.0.0"
pyyaml = "^6.0.2"
pydantic = "^2.11.4"
zstandard = "^0.23.0"