Skip to content

Commit 37c58e4

Browse files
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:312
1 parent 89f460d commit 37c58e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/webkitpy/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ mozprocess==1.3.0
33
pytest==7.2.0
44
pytest_timeout==2.1.0
55
pytest_asyncio==0.18.3
6-
requests==2.24
6+
requests~=2.32
77
websockets==8.1
8-
urllib3==2.3
8+
urllib3~=2.3

0 commit comments

Comments
 (0)