Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Packaging] Add SOCKS Proxy Support #18931

Merged
merged 2 commits into from
Jul 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
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 @@ -126,7 +126,7 @@ pyOpenSSL==19.0.0
python-dateutil==2.8.0
pytz==2019.1
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
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 @@ python-dateutil==2.8.0
pytz==2019.1
pywin32==300
requests-oauthlib==1.2.0
requests==2.25.1
requests[socks]==2.25.1
scp==0.13.2
semver==2.13.0
six==1.14.0
Expand Down