Skip to content

Commit c0d47f0

Browse files
committed
Bump datadog dependency to 0.40.1 for 2.7 compatibility
1 parent 9310703 commit c0d47f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4",
3030
install_requires=[
3131
"aws-xray-sdk==2.6.0",
32-
"datadog==0.39.0",
32+
"datadog==0.40.1",
3333
"ddtrace==0.48.0",
3434
"wrapt==1.11.2",
3535
# If building for Python 3, use the latest version of setuptools

0 commit comments

Comments
 (0)