From 321e64983dc38e93845fad2b7ed95dd99c9baa4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:03:23 +0000 Subject: [PATCH] Update ddtrace requirement from ~=1.9.4 to ~=1.20.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/2.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v1.9.4...v1.20.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 12fc5807..a25202db 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~=1.20.2 setproctitle~=1.3.2 \ No newline at end of file