From 8a895480f0266ec0f7b642d1ebb43b4f82284338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:33:50 +0000 Subject: [PATCH] chore(deps): update dependency datadog to v0.52.1 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2a9bc5b..2b23401 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -datadog==0.51.0 # 0.31.0 causing test errors +datadog==0.52.1 # 0.31.0 causing test errors hacking>=8.0.0,<8.1.0 # Apache-2.0 # hacking==6.0.1 relies on py3.8 # Apache-2.0 flake8-docstrings~=1.7.0 # MIT