From b022ccbbb02db0fefb2a3b240ea7995a6bfdcce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:34:42 +0000 Subject: [PATCH] Bump ddtrace Bumps the python-dependencies group in /cloud-run/sidecar/python with 1 update: [ddtrace](https://github.com/DataDog/dd-trace-py). Updates `ddtrace` from 3.15.0 to 3.17.2 - [Release notes](https://github.com/DataDog/dd-trace-py/releases) - [Changelog](https://github.com/DataDog/dd-trace-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v3.15.0...v3.17.2) --- updated-dependencies: - dependency-name: ddtrace dependency-version: 3.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- cloud-run/sidecar/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-run/sidecar/python/requirements.txt b/cloud-run/sidecar/python/requirements.txt index 48ae06a..064e91d 100644 --- a/cloud-run/sidecar/python/requirements.txt +++ b/cloud-run/sidecar/python/requirements.txt @@ -1,4 +1,4 @@ datadog==0.52.1 -ddtrace==3.15.0 +ddtrace==4.0.0 Flask==3.1.2 gunicorn==23.0.0