From f082aef0cdba20fbfe0fbac8036ad11fdc670c61 Mon Sep 17 00:00:00 2001 From: Bharat Dandu Date: Mon, 20 Mar 2023 09:28:35 -0400 Subject: [PATCH] Updating min version to 3.16 instead of 3.17 Github: ZAP#898 --- scripts/tools/zap/zap_execution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools/zap/zap_execution.py b/scripts/tools/zap/zap_execution.py index 39439141b86c27..f22291262ba647 100644 --- a/scripts/tools/zap/zap_execution.py +++ b/scripts/tools/zap/zap_execution.py @@ -23,7 +23,7 @@ # Use scripts/tools/zap/version_update.py to manage ZAP versioning as many # files may need updating for versions # -MIN_ZAP_VERSION = '2023.3.17' +MIN_ZAP_VERSION = '2023.3.16' class ZapTool: