From ba8dcbff0d5b90a6fe6bccb5cea953e27f4ad923 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Mon, 30 Jul 2018 10:49:32 +0000 Subject: [PATCH] requirements: Upgrade ndg-httpsclient to 0.5.1. Some minor changes. * Clean up handling for description file - pull in content from this file into setup() * Allows the nightly build to fail * Add Trove version classifiers to make it explicit what is supported * Add python_requires to help pip * Drop support for EOL Python 2.6 and 3.3 --- requirements/common.in | 2 +- requirements/dev.txt | 2 +- requirements/prod.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/common.in b/requirements/common.in index 639756248e..eec2ebb9d2 100644 --- a/requirements/common.in +++ b/requirements/common.in @@ -92,7 +92,7 @@ oauthlib==2.1.0 # Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL # Needed by requests to send https request to some sites. -ndg-httpsclient==0.5.0 +ndg-httpsclient==0.5.1 # Needed to access rabbitmq # See #8466 for why we're not using the latest version. diff --git a/requirements/dev.txt b/requirements/dev.txt index 99896151e8..fb0ed419c5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -97,7 +97,7 @@ mock==2.0.0 moto==1.3.3 mypy==0.620 mypy_extensions==0.3.0 -ndg-httpsclient==0.5.0 +ndg-httpsclient==0.5.1 oauth2client==4.1.2 oauthlib==2.1.0 packaging==16.8 # via sphinx diff --git a/requirements/prod.txt b/requirements/prod.txt index 6bae7e49c3..8007ef55ef 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -69,7 +69,7 @@ markdown==2.6.11 markupsafe==1.0 mock==2.0.0 mypy_extensions==0.3.0 -ndg-httpsclient==0.5.0 +ndg-httpsclient==0.5.1 oauth2client==4.1.2 oauthlib==2.1.0 parso==0.1.0 # via jedi