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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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')