Skip to content

Commit d6936ac

Browse files
authored
[build]: pin to requests 2.31 to resolve docker library error
A temporary workaround for docker/docker-py#3256
1 parent 916c249 commit d6936ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ fi
99

1010
python -m pip install selenium==${BINDING_VERSION} \
1111
docker===7.0.0 \
12+
requests===2.31.0 \
1213
chardet \
1314
| grep -v 'Requirement already satisfied'
1415

0 commit comments

Comments
 (0)