Commit 37c58e4
committed
webdriver: Update requests toversion compatible with urllib3 2.3.x
This will fix this build issue:
The conflict is caused by:
The user requested urllib3==2.3
requests 2.24.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1
As observed in this build log:
https://github.com/Igalia/wpe-android/actions/runs/14083678380/job/39442196041#step:8:3121 parent 89f460d commit 37c58e4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments