Compare commits

...

2 Commits

Author SHA1 Message Date
Brad Warren
b65ab916ba Add changelog entry. 2020-09-24 17:14:37 -07:00
Brad Warren
40455a342a Upgrade httplib2. 2020-09-24 17:14:37 -07:00
2 changed files with 4 additions and 1 deletions

View File

@@ -23,6 +23,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.

View File

@@ -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