Skip to content

Commit 65a8c61

Browse files
authored
Merge pull request #2491 from sathieu/avoid-urllib3-2.6.0
feat: Avoid urllib3 2.6.0
2 parents 91ea0cc + b63b496 commit 65a8c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pyyaml>=5.4.1 # MIT
66
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
77
requests # Apache-2.0
88
requests-oauthlib # ISC
9-
urllib3>=1.24.2 # MIT
9+
urllib3>=1.24.2,!=2.6.0 # MIT
1010
durationpy>=0.7 # MIT

0 commit comments

Comments
 (0)