diff --git a/setup.py b/setup.py index 4304e1c..b747ce7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ zip_safe=True, install_requires=[ 'click==6.4', - 'pyzmq==15.2.0', + 'pyzmq==16.0.2', 'msgpack-python==0.4.7', ], classifiers=[