-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Packaging} Bump urllib3 and requests
#18213
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -53,16 +53,13 @@ | |||
| 'jmespath', | ||||
| 'knack~=0.8.2', | ||||
| 'msal>=1.10.0,<2.0.0', | ||||
| # Dependencies of the vendored subscription SDK | ||||
| # https://github.com/Azure/azure-sdk-for-python/blob/ab12b048ddf676fe0ccec16b2167117f0609700d/sdk/resources/azure-mgmt-resource/setup.py#L82-L86 | ||||
| 'msrest>=0.5.0', | ||||
| 'msrestazure>=0.6.3', | ||||
|
Comment on lines
-56
to
-59
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be removed by #18047 |
||||
| 'paramiko>=2.0.8,<3.0.0', | ||||
| 'pkginfo>=1.5.0.1', | ||||
| 'PyJWT==1.7.1', | ||||
| 'pyopenssl>=17.1.0', # https://github.com/pyca/pyopenssl/pull/612 | ||||
| 'requests~=2.22', | ||||
| 'six~=1.12', | ||||
| 'urllib3[secure]>=1.26.4', | ||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The dependency on azure-cli/src/azure-cli-core/setup.py Line 60 in f50cf6b
|
||||
| ] | ||||
|
|
||||
| # dependencies for specific OSes | ||||
|
|
||||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -125,13 +125,13 @@ pyOpenSSL==19.0.0 | |||
| python-dateutil==2.8.0 | ||||
| pytz==2019.1 | ||||
| requests-oauthlib==1.2.0 | ||||
| requests==2.22.0 | ||||
| requests==2.25.1 | ||||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As azure-cli/src/azure-cli-core/setup.py Line 60 in f50cf6b
we can bump it at the same time. |
||||
| scp==0.13.2 | ||||
| semver==2.13.0 | ||||
| six==1.14.0 | ||||
| sshtunnel==0.1.5 | ||||
| tabulate==0.8.3 | ||||
| urllib3==1.25.9 | ||||
| urllib3==1.26.4 | ||||
| vsts-cd-manager==1.0.2 | ||||
| vsts==0.1.25 | ||||
| wcwidth==0.1.7 | ||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line used to work around #9257, which has already been fixed by the latest
requests.