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
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:
4
poetry.lock
generated
4
poetry.lock
generated
@@ -1,4 +1,4 @@
|
|||||||
# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand.
|
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "annotated-types"
|
name = "annotated-types"
|
||||||
@@ -1108,4 +1108,4 @@ cffi = ["cffi (>=1.11)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.12"
|
python-versions = ">=3.12"
|
||||||
content-hash = "413f1d8377278d9377ecc6f9018f23d3b0bda29587689a3fc5946d89ecd99631"
|
content-hash = "8bbd01f81d50d1c892df760a14eab4900a7ca2d7b97c123f44a0c22799d443e3"
|
||||||
|
@@ -10,6 +10,7 @@ packages = [{ include = "repocat", from = "src" }]
|
|||||||
python = ">=3.12"
|
python = ">=3.12"
|
||||||
rich = "^14.0.0"
|
rich = "^14.0.0"
|
||||||
typer = { extras = ["all"], version = "^0.15.3" }
|
typer = { extras = ["all"], version = "^0.15.3" }
|
||||||
|
click = ">=8.1.3,<9.0.0"
|
||||||
pyyaml = "^6.0.2"
|
pyyaml = "^6.0.2"
|
||||||
pydantic = "^2.11.4"
|
pydantic = "^2.11.4"
|
||||||
zstandard = "^0.23.0"
|
zstandard = "^0.23.0"
|
||||||
|
Reference in New Issue
Block a user