diff --git a/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py b/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py index 8214eb761..d5972254e 100644 --- a/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py +++ b/certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py @@ -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]: