From fa2894f0cf2cd1b587676706848e2a953772670c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:32:06 +0000 Subject: [PATCH] Update ddtrace requirement from ~=2.3 to ~=2.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/main/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c19c587f3..ad3eb4196 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ black~=23.12 bumpversion~=0.6.0 click~=8.1 cryptography~=41.0.7 -ddtrace~=2.3 +ddtrace~=2.4 flake8~=6.1 flaky~=3.7 freezegun~=1.3