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)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2021
1 parent bcf45e0 commit ba42ee0
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 @@ -10,5 +10,5 @@ pytest-mock==3.1.0
python-dotenv==0.13.0
scalecodec==1.0.9
#-e git+https://github.com/CodeForcer/py-scale-codec.git@patch#egg=scalecodec
websockets==8.1
websockets==9.1
xxhash==1.4.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
VERSION = "1.0.0"

REQUIRED = [
"websockets==8.1",
"websockets==9.1",
"scalecodec==1.0.9",
"base58==2.0.1",
"py-bip39-bindings==0.1.6",
Expand Down

0 comments on commit ba42ee0

Please sign in to comment.