pebble_artifacts: bump to latest pebble release

This commit is contained in:
Will Greenberg 2024-03-26 11:59:44 -07:00
parent 270f451053
commit ebc6f86a6b

View file

@ -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]: