1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

certbot-ci: upgrade pebble to v2.3.1 (#9260)

This commit is contained in:
alexzorin
2022-04-02 08:17:08 +11:00
committed by GitHub
parent d45a702649
commit b5a187841e

View File

@@ -11,7 +11,7 @@ import requests
from certbot_integration_tests.utils.constants import DEFAULT_HTTP_01_PORT
from certbot_integration_tests.utils.constants import MOCK_OCSP_SERVER_PORT
PEBBLE_VERSION = 'v2.3.0'
PEBBLE_VERSION = 'v2.3.1'
ASSETS_PATH = pkg_resources.resource_filename('certbot_integration_tests', 'assets')