From bcd1d627f9f29e43225b73232df248383203e223 Mon Sep 17 00:00:00 2001 From: Tim Schmidt Date: Sat, 12 Mar 2022 10:27:38 +0100 Subject: [PATCH] bumped websockets version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 869a8a606..a9943ef70 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.2' ], keywords='binance exchange rest api bitcoin ethereum btc eth neo', classifiers=[