jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/341969 )
Change subject: Update security requirements of requests ......................................................................
Update security requirements of requests
Requests security now requires pyOpenSSL>=0.14, cryptography>=1.3.4 and idna>=2.0.0.[1]
Bug: T159808 Change-Id: Icafa8b3e55bd5bb924b1a341b4f822608a8423f3 --- M requests-requirements.txt M requirements.txt 2 files changed, 6 insertions(+), 6 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/requests-requirements.txt b/requests-requirements.txt index e5cf659..a2ffe1e 100644 --- a/requests-requirements.txt +++ b/requests-requirements.txt @@ -2,8 +2,8 @@
# requests security extra # Bug T105767 on Python 2.7 release 9+ -pyOpenSSL>=0.13 ; python_full_version < '2.7.9' or python_version >= '3' -ndg-httpsclient ; python_full_version < '2.7.9' or python_version >= '3' -pyasn1 ; python_full_version < '2.7.9' or python_version >= '3' +pyOpenSSL>=0.14 ; python_full_version < '2.7.9' or python_version >= '3' +cryptography>=1.3.4 ; python_full_version < '2.7.9' or python_version >= '3' +idna>=2.0.0 ; python_full_version < '2.7.9' or python_version >= '3' # https://github.com/eliben/pycparser/issues/147 pycparser != 2.14 diff --git a/requirements.txt b/requirements.txt index 5c5183f..6b82cb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,9 +22,9 @@ requests>=2.4.1
# requests security extra -pyOpenSSL>=0.13 ; python_full_version < '2.7.9' -ndg-httpsclient ; python_full_version < '2.7.9' -pyasn1 ; python_full_version < '2.7.9' +pyOpenSSL>=0.14 ; python_full_version < '2.7.9' +cryptography>=1.3.4 ; python_full_version < '2.7.9' +idna>=2.0.0 ; python_full_version < '2.7.9' # https://github.com/eliben/pycparser/issues/147 pycparser != 2.14
pywikibot-commits@lists.wikimedia.org