mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
pebble_artifacts: bump to latest pebble release
This commit is contained in:
parent
270f451053
commit
ebc6f86a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ if sys.version_info >= (3, 9): # pragma: no cover
|
|||
else: # pragma: no cover
|
||||
import importlib_resources
|
||||
|
||||
PEBBLE_VERSION = 'v2.3.1'
|
||||
PEBBLE_VERSION = 'v2.5.1'
|
||||
|
||||
|
||||
def fetch(workspace: str, http_01_port: int = DEFAULT_HTTP_01_PORT) -> Tuple[str, str, str]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue