mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Upgrade pinned versions of certbot dependencies (josepy in particular) (#9027)
This PR upgrades the pinned version of the dependencies. Version `1.9.0` of josepy is used so errors related to JWK serialization with EC keys (see https://github.com/certbot/josepy/issues/109) are fixed for Certbot.
This commit is contained in:
@@ -1232,7 +1232,7 @@ def nginx_restart(nginx_ctl, nginx_conf, sleep_duration):
|
||||
|
||||
"""
|
||||
try:
|
||||
reload_output: Text = u""
|
||||
reload_output: Text = ""
|
||||
with tempfile.TemporaryFile() as out:
|
||||
proc = subprocess.run([nginx_ctl, "-c", nginx_conf, "-s", "reload"],
|
||||
env=util.env_no_snap_for_external_calls(),
|
||||
|
||||
Reference in New Issue
Block a user