mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
upgrade to 3.8.8 (#8682)
Fixes https://github.com/certbot/certbot/issues/8681. https://python-security.readthedocs.io/vuln/ctypes-buffer-overflow-pycarg_repr.html is the best resource I found linking to the original Python bug, when each Python branch was fixed, etc.
This commit is contained in:
@@ -9,7 +9,7 @@ import sys
|
||||
import tempfile
|
||||
import time
|
||||
|
||||
PYTHON_VERSION = (3, 8, 6)
|
||||
PYTHON_VERSION = (3, 8, 8)
|
||||
PYTHON_BITNESS = 32
|
||||
PYWIN32_VERSION = 300 # do not forget to edit pywin32 dependency accordingly in setup.py
|
||||
NSIS_VERSION = '3.06.1'
|
||||
|
||||
Reference in New Issue
Block a user