mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Merge branch 'upgrade-httplib2' into test-httplib2-oldest
This commit is contained in:
commit
c438000266
2 changed files with 4 additions and 1 deletions
|
|
@ -22,6 +22,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue