diff --git a/RELEASE.md b/RELEASE.md index 8dbf17e..84c601c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -tgit g# Release process for `spin` +# Release process for `spin` ## Introduction diff --git a/pyproject.toml b/pyproject.toml index 06f175f..5f3e99b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", ] dependencies = [ - "click", + "click>=8,<8.3", "tomli; python_version < '3.11'", "colorama; platform_system == 'Windows'", "importlib_metadata >= 7"