From ac6ad179cffa7a82c59d760d3b796fc93ec4d62b Mon Sep 17 00:00:00 2001 From: Grant Joy <9968195+grantjoy@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:57:53 -0700 Subject: [PATCH] Update Pipfile (#898) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1c9f78b36..15c49a4b0 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ wrapt = "~=1.15" policyuniverse = "==1.5.1.20230817" requests = "==2.31.0" panther-analysis-tool = "~=0.27" -panther-detection-helpers = "==0.1.1" +panther-detection-helpers = ">=0.1.2" [requires] python_version = "3.9"