Skip to content

Commit 71b533f

Browse files
Update ddtrace requirement from ^0.57.0 to ^0.58.1
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](DataDog/dd-trace-py@v0.57.0...v0.58.1) --- updated-dependencies: - dependency-name: ddtrace dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f7525c commit 71b533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ faker = "*"
2525
requests = "*"
2626
python-dotenv = "*"
2727
uwsgi = "^2.0.19"
28-
ddtrace = "^0.57.0"
28+
ddtrace = "^0.58.1"
2929

3030
[tool.poetry.dev-dependencies]
3131
lesscpy = "*"

0 commit comments

Comments
 (0)