From 5c1b5f6877d936ff153539225a572332a01f3b13 Mon Sep 17 00:00:00 2001 From: Denise Unterwurzacher Date: Tue, 12 Jan 2021 18:32:20 -0600 Subject: [PATCH] ITPLAT-399 Updating Molecule (this was in an attempt to solve a testing issue that it did not solve, but it doesn't cause any problems) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e78f929..55de93b 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ boto3 = "==1.9.242" botocore = "==1.12.242" [dev-packages] -molecule = "==2.20.2" +molecule = "==3.2.2" docker = "==4.1.0" six = "*" taskcat = "*"