From 97846337281f1487e01d7ed9ebcc92786718e039 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 17 Jul 2017 11:59:37 -0400 Subject: [PATCH] pin websocket-client to a known working version websocket-client 0.43.0 has a bug in its https client that breaks requests: https://github.com/websocket-client/websocket-client/issues/326 slackclient is affected by this bug: https://github.com/slackapi/python-slackclient/issues/189 this commits also upgrades slackclient to add proxy support see: #7088 see: #7093 --- requirements/requirements.in | 2 +- requirements/requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.in b/requirements/requirements.in index b9d8c33a11..4357ee14ca 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -46,7 +46,7 @@ redbaron==0.6.3 requests-futures==0.9.7 service-identity==16.0.0 shade==1.20.0 -slackclient==1.0.5 +slackclient==1.0.6 tacacs_plus==1.0 twilio==6.1.0 twisted==16.6.0 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 66436663c8..0f9e38be1f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -168,7 +168,7 @@ service-identity==16.0.0 shade==1.20.0 simplejson==3.11.1 # via osc-lib, python-cinderclient, python-neutronclient, python-novaclient six==1.10.0 # via asgi-amqp, asgiref, autobahn, cliff, cmd2, cryptography, debtcollector, django-extensions, irc, jaraco.classes, jaraco.collections, jaraco.itertools, jaraco.logging, jaraco.stream, keystoneauth1, more-itertools, munch, openstacksdk, osc-lib, oslo.config, oslo.i18n, oslo.serialization, oslo.utils, packaging, pygerduty, pyopenssl, pyrad, python-cinderclient, python-dateutil, python-designateclient, python-glanceclient, python-ironicclient, python-keystoneclient, python-memcached, python-neutronclient, python-novaclient, python-openstackclient, python-social-auth, pyvmomi, setuptools, shade, slackclient, stevedore, tacacs-plus, tempora, twilio, txaio, warlock, websocket-client -slackclient==1.0.5 +slackclient==1.0.6 stevedore==1.23.0 # via cliff, keystoneauth1, openstacksdk, osc-lib, oslo.config, python-designateclient, python-keystoneclient suds==0.4 # via psphere tacacs_plus==1.0 @@ -180,7 +180,7 @@ typing==3.6.1 # via m2crypto unicodecsv==0.14.1 # via cliff uwsgi==2.0.14 warlock==1.2.0 # via python-glanceclient -websocket-client==0.43.0 # via slackclient +websocket-client==0.44.0 # via slackclient wrapt==1.10.10 # via debtcollector, positional, python-glanceclient xmltodict==0.11.0 zope.interface==4.4.2 # via twisted