Skip to content

Commit be65ac5

Browse files
Bump websockets from 6.0 to 9.1
Bumps [websockets](https://github.com/aaugustin/websockets) from 6.0 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@6.0...9.1) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4eb609 commit be65ac5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eth_rlp==0.1.2
55
numpy==1.19.1
66
requests==2.20.0
77
pysha3==1.0.2
8-
websockets==6.0
8+
websockets==9.1
99
eth_hash==0.2.0
1010
rlp==1.1.0
1111
tqdm==4.49.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lru-dict>=1.1.6,<2.0.0",
7979
"eth-hash[pycryptodome]>=0.2.0,<1.0.0",
8080
"requests>=2.11.0,<3.0.0",
81-
"websockets>=6.0.0,<7.0.0",
81+
"websockets>=6.0.0,<10.0.0",
8282
"pypiwin32>=223;platform_system=='Windows'", 'rlp', 'pysha3', 'eth_rlp',
8383
"attrdict>=2.0.1",
8484
"parsimonious>=0.8.1"

0 commit comments

Comments
 (0)