From d688fcad5edffdcb70a8372ac8981912a4669a89 Mon Sep 17 00:00:00 2001 From: jingrow Date: Wed, 14 May 2025 23:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7Click=E5=8C=85=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BA8.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f609d9c..d7c64a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,14 @@ classifiers = [ "Topic :: System :: Installation/Setup", ] dependencies = [ - "Click>=7.0", + "Click~=8.1.7", "GitPython~=3.1.30", "honcho", "Jinja2~=3.1.3", "python-crontab~=2.6.0", - "requests", + "requests~=2.32.3", "semantic-version~=2.10.0", - "setuptools>40.9.0", + "setuptools>71.0.0", "tomli;python_version<'3.11'", ] dynamic = [ @@ -44,7 +44,7 @@ Source = "http://git.jingrow.com:3000/jingrow/bench" [build-system] requires = [ - "hatchling>=1.6.0,<=1.21.0", + "hatchling==1.27.0", ] build-backend = "hatchling.build"