Skip to content

Commit d5d835a

Browse files
authored
Merge pull request #2131 from hauntsaninja/patch-1
Drop urllib3 upper bound
2 parents a6d44ff + af68284 commit d5d835a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
99
requests # Apache-2.0
1010
requests-oauthlib # ISC
1111
oauthlib>=3.2.2 # BSD
12-
urllib3>=1.24.2,<2.0 # MIT
12+
urllib3>=1.24.2 # MIT

0 commit comments

Comments
 (0)