diff --git a/setup.py b/setup.py index 1353273..bb86eb2 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - 'Click>=6.7,<8.2', + 'Click>=6.7,<8.4', 'PyYAML>=5.1,<6.1', 'panoptes-client>=1.7,<2.0', 'humanize>=0.5.1,<4.8',