Skip to content

Commit 065335b

Browse files
committed
Updating requirement to ensure that a version of websocket greather than or equal to 0.32.0 is used
1 parent c4aac96 commit 065335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ urllib3>=1.19.1,!=1.21 # MIT
66
pyyaml>=3.12 # MIT
77
google-auth>=1.0.1 # Apache-2.0
88
ipaddress>=1.0.17 # PSF
9-
websocket-client<=0.40.0 # LGPLv2+
9+
websocket-client>=0.32.0,<=0.40.0 # LGPLv2+

0 commit comments

Comments
 (0)