Bump minimum pyOpenSSL to 20.0.0

Cryptography 36.0.0 isn't compatible with 19.1.0 and this
causes the lower-constraints job to fail.

Change-Id: I4caf226874c660a37de2bce7d0b31cd0b76d3813
This commit is contained in:
Salvatore Orlando 2021-11-25 23:42:27 -08:00
parent a62e5ad111
commit f8abe97e87
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ oslo.service==1.31.0
oslo.utils==4.4.0
oslotest==3.2.0
pbr==4.0.0
pyOpenSSL==19.1.0
pyOpenSSL==20.0.0
python-subunit==1.0.0
requests-mock==1.2.0
sphinx==2.0.0

View File

@ -13,4 +13,4 @@ oslo.log>=4.2.1 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0
oslo.service>=1.31.0 # Apache-2.0
oslo.utils>=4.4.0 # Apache-2.0
pyOpenSSL>=19.1.0 # Apache-2.0
pyOpenSSL>=20.0.0 # Apache-2.0