From 54fd4da8945ee59bfc27895826e5ac4a2aa9b937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:45:05 +0000 Subject: [PATCH] Update ddtrace requirement from ~=2.7.0 to ~=2.9.2 Updates the requirements on [ddtrace](https://github.com/DataDog/dd-trace-py) to permit the latest version. - [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/v2.7.0...v2.9.2) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6707a885..c1762a88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ django-storages~=1.13 gunicorn~=21.2.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.44.0 -ddtrace~=2.7.0 +ddtrace~=2.9.2 setproctitle~=1.3.2 \ No newline at end of file