From 6eac91ce53a9b164005e91dc3189da277bdd97eb Mon Sep 17 00:00:00 2001 From: andrei Date: Wed, 17 Jan 2018 10:07:34 -0800 Subject: [PATCH] Bump versions of websocket-client, pynalc, and youtube_dl --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce93f35..59150ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ gevent==1.2.2 holster==2.0.0 requests==2.18.4 six==1.11.0 -websocket-client==0.44.0 +websocket-client==0.46.0 diff --git a/setup.py b/setup.py index 1d16478..5d3eeb6 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ with open('README.md') as f: readme = f.read() extras_require = { - 'voice': ['pynacl==1.1.2'], + 'voice': ['pynacl==1.2.1'], 'http': ['flask==0.12.2'], 'yaml': ['pyyaml==3.12'], - 'music': ['youtube_dl>=2017.10.20'], + 'music': ['youtube_dl>=2018.1.14'], 'performance': ['erlpack==0.3.2', 'ujson==1.35'], 'sharding': ['gipc==0.6.0'], 'docs': ['biblio==0.0.4'],