Skip to content

Commit f7fcaf6

Browse files
authored
Bump websockets dependency to allow 11.x versions (#424)
1 parent f35970f commit f7fcaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]
5353

5454
install_websockets_requires = [
55-
"websockets>=10,<11",
55+
"websockets>=10,<12",
5656
]
5757

5858
install_botocore_requires = [

0 commit comments

Comments
 (0)