Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/release/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN mkdir -p ./bin/pypi && \
BUILD_STAGINGDIRECTORY=/azure-cli/bin/pypi ./scripts/release/pypi/build.sh && \
if [ -d ./privates ]; then find ./privates -name '*.whl' | xargs pip install; fi && \
find ./bin/pypi -name '*.whl' | xargs pip install && \
pip install --force-reinstall urllib3==1.24.2
pip install --force-reinstall urllib3==1.25.9

ARG cli_version=0.0.0-dev
ARG cli_version_revision=1
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ scp==0.13.2
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.3
urllib3==1.25.3
urllib3==1.25.9
vsts==0.1.25
vsts-cd-manager==1.0.2
wcwidth==0.1.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ scp==0.13.2
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.3
urllib3==1.25.3
urllib3==1.25.9
vsts==0.1.25
vsts-cd-manager==1.0.2
wcwidth==0.1.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ scp==0.13.2
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.3
urllib3==1.25.3
urllib3==1.25.9
vsts==0.1.25
vsts-cd-manager==1.0.2
wcwidth==0.1.7
Expand Down
2 changes: 1 addition & 1 deletion src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
'pytz==2019.1',
'scp~=0.13.2',
'sshtunnel~=0.1.4',
'urllib3[secure]~=1.18',
'urllib3[secure]>=1.25.9,<2.0.0',
'vsts-cd-manager~=1.0.0,>=1.0.2',
'websocket-client~=0.56.0',
'xmltodict~=0.12',
Expand Down