Skip to content

Commit

Permalink
{Packaging} Bump requests and urllib3 and loosen dependencies in …
Browse files Browse the repository at this point in the history
…`setup.py` (#19801)
  • Loading branch information
jiasli authored Nov 17, 2021
1 parent e6e8daf commit 9a0d516
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/azure-cli-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
'pkginfo>=1.5.0.1',
'PyJWT>=2.1.0',
'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612
'requests[socks]~=2.25.1',
'urllib3[secure]>=1.26.5'
'requests[socks]'
]

# dependencies for specific OSes
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Darwin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ PyNaCl==1.4.0
pyOpenSSL==19.0.0
python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.25.1
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.9
urllib3==1.26.5
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.Linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ PyNaCl==1.4.0
pyOpenSSL==19.0.0
python-dateutil==2.8.0
requests-oauthlib==1.2.0
requests[socks]==2.25.1
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.9
urllib3==1.26.5
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
Expand Down
4 changes: 2 additions & 2 deletions src/azure-cli/requirements.py3.windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ pyreadline==2.1
python-dateutil==2.8.0
pywin32==302
requests-oauthlib==1.2.0
requests[socks]==2.25.1
requests[socks]==2.26.0
scp==0.13.2
semver==2.13.0
six==1.14.0
sshtunnel==0.1.5
tabulate==0.8.9
urllib3==1.26.5
urllib3==1.26.7
vsts==0.1.25
wcwidth==0.1.7
websocket-client==0.56.0
Expand Down
1 change: 1 addition & 0 deletions src/azure-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
'semver==2.13.0',
'six>=1.10.0', # six is still used by countless extensions
'sshtunnel~=0.1.4',
'urllib3[secure]',
'websocket-client~=0.56.0',
'xmltodict~=0.12'
]
Expand Down

0 comments on commit 9a0d516

Please sign in to comment.