From 1cc9d4aadb745b0dc88a5cd6e058663b3b9ed7d3 Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 9 Aug 2023 18:10:00 +0100 Subject: [PATCH] Require newer Python ZAP API client Require `zaproxy` instead of `python-owasp-zap-v2.4`, the latter was renamed to the former. Signed-off-by: thc202 --- other/api/sdlc-integration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/api/sdlc-integration/requirements.txt b/other/api/sdlc-integration/requirements.txt index f994d945..2b5b7ecc 100644 --- a/other/api/sdlc-integration/requirements.txt +++ b/other/api/sdlc-integration/requirements.txt @@ -1,2 +1,2 @@ -python-owasp-zap-v2.4 +zaproxy requests