From 6c5cab504d0f731b4c64c08da966f85444437f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:50:15 +0000 Subject: [PATCH] Update ddtrace requirement from ~=1.9.4 to ~=2.1.4 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/2.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v1.9.4...v2.1.4) --- 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 0c23e68d..257f02a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ django-storages~=1.13 gunicorn~=20.1.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.28.1 -ddtrace~=1.9.4 +ddtrace~=2.1.4 setproctitle~=1.3.2 \ No newline at end of file