diff --git a/setup.py b/setup.py index e2bbe70..126718e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ VERSION = '1.2.3' REQUIRED = [ 'requests==2.21.0', 'aiohttp==3.5.4', - 'pika==0.13.0' + 'pika==0.13.1' ] here = os.path.abspath(os.path.dirname(__file__))