diff --git a/ddtrace/appsec/_iast/_ast/ast_patching.py b/ddtrace/appsec/_iast/_ast/ast_patching.py index 251f2be9de3..7bdccc8f868 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 retry1 + "requests", # JJJ remove retry2 "setuptools", "sklearn", # Machine learning library "tomli",