From ef6ac68f4b8a7423c4015d893647d704c0544f2c Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 11 May 2025 14:50:46 +0200 Subject: [PATCH] feat(deps): add click dependency and update poetry lockfile --- poetry.lock | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5124fa6..abdc0c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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]] name = "annotated-types" @@ -1108,4 +1108,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "413f1d8377278d9377ecc6f9018f23d3b0bda29587689a3fc5946d89ecd99631" +content-hash = "8bbd01f81d50d1c892df760a14eab4900a7ca2d7b97c123f44a0c22799d443e3" diff --git a/pyproject.toml b/pyproject.toml index a760d82..e0cf369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"