deps: bump pyOpenSSL in oldest pinnings (#9329)

This commit is contained in:
alexzorin
2022-06-22 16:38:32 -07:00
committed by GitHub
parent 885ebf80e3
commit 49f21bcc9f
4 changed files with 38 additions and 38 deletions
+1 -1
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',
]