mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Upgrade pinned versions of certbot dependencies (josepy in particular) (#9027)
This PR upgrades the pinned version of the dependencies. Version `1.9.0` of josepy is used so errors related to JWK serialization with EC keys (see https://github.com/certbot/josepy/issues/109) are fixed for Certbot.
This commit is contained in:
@@ -177,7 +177,7 @@ class _GoogleClient:
|
||||
|
||||
try:
|
||||
zone_id = self._find_managed_zone_id(domain)
|
||||
except errors.PluginError as e:
|
||||
except errors.PluginError:
|
||||
logger.warning('Error finding zone. Skipping cleanup.')
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user