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"