1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Upgrade httplib2 (#8289)

* Upgrade httplib2.

* Add changelog entry.
This commit is contained in:
Brad Warren
2020-09-30 17:15:06 -07:00
committed by GitHub
parent 160b209394
commit e378931eda
2 changed files with 4 additions and 1 deletions

View File

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

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