Skip to content

Commit

Permalink
Bump websockets from 8.1 to 9.1
Browse files Browse the repository at this point in the history
Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1.
- [Release notes](https://github.com/aaugustin/websockets/releases)
- [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst)
- [Commits](python-websockets/websockets@8.1...9.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2021
1 parent e4146d4 commit 633c6c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ requests
ujson
unicorn-fy
websocket-client
websockets==8.1
websockets==9.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
license='MIT License',
install_requires=['colorama', 'pathlib', 'requests', 'websocket-client', 'websockets==8.1', 'flask_restful',
install_requires=['colorama', 'pathlib', 'requests', 'websocket-client', 'websockets==9.1', 'flask_restful',
'cheroot', 'flask', 'ujson', 'psutil', 'unicorn-fy'],
keywords='binance, asyncio, async, asynchronous, concurrent, websocket-api, webstream-api, '
'binance-websocket, binance-webstream, webstream, websocket, api, binance-jersey, binance-dex, '
Expand Down

0 comments on commit 633c6c9

Please sign in to comment.