diff --git a/requirements.txt b/requirements.txt index 041d9ae64..069b570df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ aiohttp dateparser requests ujson -websockets==9.1 +websockets==10.1 diff --git a/setup.py b/setup.py index 869a8a606..09dfd8a12 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ license='MIT', author_email='', install_requires=[ - 'requests', 'six', 'dateparser', 'aiohttp', 'ujson', 'websockets==9.1' + 'requests', 'six', 'dateparser', 'aiohttp', 'ujson', 'websockets==10.1' ], keywords='binance exchange rest api bitcoin ethereum btc eth neo', classifiers=[