From ebc6f86a6b9d3b12f94bf4be69fc5b1380c06c95 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 26 Mar 2024 11:59:44 -0700 Subject: [PATCH] pebble_artifacts: bump to latest pebble release --- certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: