Skip to content

Commit 2b4f95a

Browse files
authored
Update ddtrace to ^0.55.4 (#192)
Updating to latest version of ddtrace. Update process: 1. Update `ddtrace` version in `pyproject.toml` 2. Run `poetry update ddtrace`
1 parent a80d1d6 commit 2b4f95a

File tree

2 files changed

+49
-42
lines changed

2 files changed

+49
-42
lines changed

poetry.lock

Lines changed: 48 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
python = ">=3.6.0,<4"
2727
datadog = "^0.41.0"
2828
wrapt = "^1.11.2"
29-
ddtrace = "^0.50.0"
29+
ddtrace = "^0.55.4"
3030
importlib_metadata = {version = "^1.0", python = "<3.8"}
3131
boto3 = { version = "^1.10.33", optional = true }
3232
requests = { version ="^2.22.0", optional = true }

0 commit comments

Comments
 (0)