From a646c30a1c7f5d2d323c4e866003a5a28cf06227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:32:47 +0000 Subject: [PATCH] Update ddtrace requirement from ~=2.7.0 to ~=2.8.3 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.8.3) --- 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..4f23c90a 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.8.3 setproctitle~=1.3.2 \ No newline at end of file