From cd27a9430eb7775e78952ab84602b91a2f339bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 10:26:24 +0000 Subject: [PATCH] Update ddtrace requirement from ^0.57.0 to ^0.58.0 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/master/CHANGELOG.md) - [Commits](https://github.com/DataDog/dd-trace-py/compare/v0.57.0...v0.58.0) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2983284..b9e1f3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ faker = "*" requests = "*" python-dotenv = "*" uwsgi = "^2.0.19" -ddtrace = "^0.57.0" +ddtrace = "^0.58.0" [tool.poetry.dev-dependencies] lesscpy = "*"