From 596ed0cdf5bfeb048cd0806b1b5543b1128208c8 Mon Sep 17 00:00:00 2001 From: vv770d Date: Fri, 12 Mar 2021 21:46:56 +0000 Subject: Update policy lib to 2.5.1 Fix for base64 encoding error from py2 to py3 Change-Id: I519b20e06a4f1f96dfb4788912f2cdc645f46d3f Signed-off-by: vv770d Issue-ID: DCAEGEN2-2671 Signed-off-by: vv770d --- k8s/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'k8s/requirements.txt') diff --git a/k8s/requirements.txt b/k8s/requirements.txt index fbbd9ca..0fa6a1a 100644 --- a/k8s/requirements.txt +++ b/k8s/requirements.txt @@ -1,6 +1,6 @@ setuptools<45.0.0 python-consul>=0.6.0 -onap-dcae-dcaepolicy-lib>=2.5.0 +onap-dcae-dcaepolicy-lib>=2.5.1 kubernetes==12.0.1 cloudify-common>=5.0.0; python_version<"3" cloudify-common>=5.1.0; python_version>="3" -- cgit 1.2.3-korg