From 0c85ee9fc85870f8ba39befc63b8351301d4842f Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 21 Oct 2022 10:36:42 +0200 Subject: [APACHECNF] Various updates of the demo Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac --- tutorials/ApacheCNF/automation/Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorials/ApacheCNF/automation/Pipfile') diff --git a/tutorials/ApacheCNF/automation/Pipfile b/tutorials/ApacheCNF/automation/Pipfile index a8e79269..c8d35a7f 100644 --- a/tutorials/ApacheCNF/automation/Pipfile +++ b/tutorials/ApacheCNF/automation/Pipfile @@ -6,9 +6,9 @@ verify_ssl = true [dev-packages] [packages] -onapsdk = "==9.3.0" +onapsdk = "==10.1.0" markupsafe = "==2.0.1" -kubernetes = "*" +click = "==8.1.3" [requires] python_version = "3.8" -- cgit 1.2.3-korg