From d49d4ce52b0711351aba107faeb3ffc82cc75744 Mon Sep 17 00:00:00 2001 From: "Markin, Sergiy (sm515x)" Date: Thu, 22 Sep 2022 21:56:14 +0000 Subject: [PATCH] [openssl] Bump up version of OpenSSL in requirements OpenSSL has been updated to 22.0.0 in order to image build process. Change-Id: I8f3a81439c7fea47d5769ed343a20d273052e4bf --- images/airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/airflow/requirements.txt b/images/airflow/requirements.txt index 1d5ebce1..c172a45d 100644 --- a/images/airflow/requirements.txt +++ b/images/airflow/requirements.txt @@ -15,7 +15,7 @@ celery==4.3 pytz==2018.5 python-dateutil==2.8.1 -pyOpenSSL==18.0.0 +pyOpenSSL==22.0.0 ndg-httpsclient==0.5.1 oslo.utils==3.42.1 oslo.config==7.0.0