aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/automation/Pipfile
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-06-29 14:30:14 +0200
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2022-06-29 15:10:08 +0200
commite7121fda9d1d39ee02af43e78e0d93a93e6de94f (patch)
treeddda88b08e48ab9c1a6373657d00d3418e36a8e3 /heat/vFW_CNF_CDS/automation/Pipfile
parente58093f57c788e66c35219773393f77dfdf35b92 (diff)
[vFW_CNF_CDS] Update of python-sdk for vFW_CNF use case
Issue-ID: INT-2131 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I0788c3bd5cabaaae7aa5e04382c6cd9ccc04506c
Diffstat (limited to 'heat/vFW_CNF_CDS/automation/Pipfile')
-rwxr-xr-xheat/vFW_CNF_CDS/automation/Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/automation/Pipfile b/heat/vFW_CNF_CDS/automation/Pipfile
index 0fd8924d..a1bee5b8 100755
--- a/heat/vFW_CNF_CDS/automation/Pipfile
+++ b/heat/vFW_CNF_CDS/automation/Pipfile
@@ -6,7 +6,8 @@ verify_ssl = true
[dev-packages]
[packages]
-onapsdk = "8.1.2"
+onapsdk = "==9.5.1"
+markupsafe = "==2.0.1"
kubernetes = "*"
[requires]