From e378931eda6ce6bcd9059959c4b3b790f41a203d Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 30 Sep 2020 17:15:06 -0700 Subject: [PATCH] Upgrade httplib2 (#8289) * Upgrade httplib2. * Add changelog entry. --- certbot/CHANGELOG.md | 3 +++ tools/dev_constraints.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index 68bfb64f3..ff63fc11d 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -24,6 +24,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). In the previous release, Certbot said it required `acme>=1.6.0` when it actually required `acme>=1.8.0` to properly support removing contact information from an ACME account. +* Upgraded the version of httplib2 used in our snaps and Docker images to add + support for proxy environment variables and fix the plugin for Google Cloud + DNS. More details about these changes can be found on our GitHub repo. diff --git a/tools/dev_constraints.txt b/tools/dev_constraints.txt index 6a0b75051..1d8001727 100644 --- a/tools/dev_constraints.txt +++ b/tools/dev_constraints.txt @@ -39,7 +39,7 @@ future==0.16.0 futures==3.3.0 filelock==3.0.12 google-api-python-client==1.5.5 -httplib2==0.10.3 +httplib2==0.18.1 imagesize==0.7.1 importlib-metadata==0.23 ipdb==0.12.3