Skip to content

Commit aad5df0

Browse files
authored
Merge pull request #156 from hackersandslackers/renovate/ddtrace-0.x
Update dependency ddtrace to v0.57.3
2 parents 1f1be77 + 11efd8a commit aad5df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.51.0"
28+
ddtrace = "^0.57.0"
2929

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or
22
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
33
click==8.0.3; python_version >= "3.6"
44
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0"
5-
ddtrace==0.48.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
5+
ddtrace==0.57.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
66
faker==8.11.0; python_version >= "3.6"
77
flask-assets==2.0
88
flask==2.0.1; python_version >= "3.6"

0 commit comments

Comments
 (0)