Bump websocket-client -> 0.56.0

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2019-06-19 14:09:47 +02:00
parent a4c251d230
commit e0663f5c92
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
requests==2.20.0
six==1.10.0
websocket-client==0.40.0
urllib3==1.21.1; python_version == '3.3'
websocket-client==0.56.0
urllib3==1.21.1; python_version == '3.3'