1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-06 16:42:41 +03:00

deps: bump pyOpenSSL in oldest pinnings (#9329)

This commit is contained in:
alexzorin
2022-06-23 09:38:32 +10:00
committed by GitHub
parent 885ebf80e3
commit 49f21bcc9f
4 changed files with 38 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ install_requires = [
# https://github.com/certbot/certbot/issues/8761 for more info.
f'acme>={version}',
f'certbot>={version}',
'PyOpenSSL>=17.3.0',
'PyOpenSSL>=17.5.0',
'pyparsing>=2.2.1',
'setuptools>=41.6.0',
]