Commit 83b8da0
committed
fix RequestsDependencyWarning by updating requests
it fixes the
python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.1) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) by upgrading requests from 2.21.0 to 2.22.0. This implies in fact the urllib3 upgrade from (1.25.1 -> 1.25.3) which resolves the warning. ref. streamlink/streamlink#2448 (comment)1 parent 9f9be6a commit 83b8da0
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments