summaryrefslogtreecommitdiffstats
path: root/k8s/requirements.txt
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-03-12 21:46:56 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2021-03-13 17:17:44 +0000
commite5f88ea35d88fc4c956d3a7356bc751a0bb11f2d (patch)
treef8819f1e8e73ca68a6c80e05a951d76236a9a321 /k8s/requirements.txt
parentaeab6bb95532d5cca41d8ab4003199f1d6a4b289 (diff)
Update policy lib to 2.5.1
Fix for base64 encoding error from py2 to py3 Change-Id: I519b20e06a4f1f96dfb4788912f2cdc645f46d3f Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2671 Signed-off-by: vv770d <vv770d@att.com> (cherry picked from commit 596ed0cdf5bfeb048cd0806b1b5543b1128208c8)
Diffstat (limited to 'k8s/requirements.txt')
-rw-r--r--k8s/requirements.txt2
1 files changed, 1 insertions, 1 deletions
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"