From f3d617a1c8c87991efc70c1c734a819912a19c7d Mon Sep 17 00:00:00 2001 From: shaunography <39968858+shaunography@users.noreply.github.com> Date: Wed, 21 Aug 2019 19:34:14 +0100 Subject: [PATCH] Fix Pipfile --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 3f64ab19..836b168c 100644 --- a/Pipfile +++ b/Pipfile @@ -6,9 +6,9 @@ verify_ssl = true [dev-packages] [packages] -boto3="1.9.188" -ansi2html="1.5.2" -detect-secrets="0.12.4" +boto3 = ">=1.9.188" +ansi2html = ">=1.5.2" +detect-secrets = ">=0.12.4" [requires] python_version = "3.7"