From e8359852a7cc9ba9f794851dfb7dcb409ea54b3e Mon Sep 17 00:00:00 2001 From: Juanjo Alvarez Date: Thu, 25 Jul 2024 14:48:15 +0200 Subject: [PATCH] test: remove requests from denylist Signed-off-by: Juanjo Alvarez --- ddtrace/appsec/_iast/_ast/ast_patching.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ddtrace/appsec/_iast/_ast/ast_patching.py b/ddtrace/appsec/_iast/_ast/ast_patching.py index 7bdccc8f868..22d8b345938 100644 --- a/ddtrace/appsec/_iast/_ast/ast_patching.py +++ b/ddtrace/appsec/_iast/_ast/ast_patching.py @@ -58,7 +58,6 @@ "protobuf", "pycparser", # this package is called when a module is imported, propagation is not needed "pytest", # Testing framework - "requests", # JJJ remove retry2 "setuptools", "sklearn", # Machine learning library "tomli",