From 1a14d4130eee03abbd5a1a6b548f788fb2977ffa Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Thu, 25 Jul 2024 14:10:24 +0200 Subject: [PATCH] retry Signed-off-by: Juanjo Alvarez --- ddtrace/appsec/_iast/_ast/ast_patching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddtrace/appsec/_iast/_ast/ast_patching.py b/ddtrace/appsec/_iast/_ast/ast_patching.py index 41ad1467793..251f2be9de3 100644 --- a/ddtrace/appsec/_iast/_ast/ast_patching.py +++ b/ddtrace/appsec/_iast/_ast/ast_patching.py @@ -58,7 +58,7 @@ "protobuf", "pycparser", # this package is called when a module is imported, propagation is not needed "pytest", # Testing framework - "requests", # JJJ remove + "requests", # JJJ remove retry1 "setuptools", "sklearn", # Machine learning library "tomli",