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"