From a92fdcb3b72a0d349c422dead49ecc64328b3c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 06:40:44 +0000 Subject: [PATCH] Bump ddtrace from 0.60.1 to 0.60.2 in /backend Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 0.60.1 to 0.60.2. - [Release notes](https://github.com/DataDog/dd-trace-py/releases) - [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v0.60.1...v0.60.2) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 37936e8..d8c20f8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,4 +9,4 @@ pytest==7.1.1 requests==2.27.1 discord-webhook==0.15.0 datadog==0.44.0 -ddtrace==0.60.1 \ No newline at end of file +ddtrace==0.60.2 \ No newline at end of file