Skip to content

Commit

Permalink
bump ddtrace version to latest (2.10.3) (#18215)
Browse files Browse the repository at this point in the history
* bump ddtrace version to latest (2.10.3)

* add changelog
  • Loading branch information
Kyle-Neale authored Aug 7, 2024
1 parent 58806fc commit d1b4544
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cryptography==3.3.2; python_version < '3.0'
cryptography==42.0.8; python_version > '3.0'
ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'
ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'
ddtrace==1.11.2; python_version > '3.0'
ddtrace==2.10.3; python_version > '3.0'
dnspython==1.16.0; python_version < '3.0'
dnspython==2.6.1; python_version > '3.0'
enum34==1.1.10; python_version < '3.0'
Expand Down
1 change: 1 addition & 0 deletions datadog_checks_base/changelog.d/18215.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the ddtrace version to 2.10.3
2 changes: 1 addition & 1 deletion datadog_checks_base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps = [
"cryptography==42.0.8; python_version > '3.0'",
"ddtrace==0.32.2; sys_platform == 'win32' and python_version < '3.0'",
"ddtrace==0.53.2; sys_platform != 'win32' and python_version < '3.0'",
"ddtrace==1.11.2; python_version > '3.0'",
"ddtrace==2.10.3; python_version > '3.0'",
"enum34==1.1.10; python_version < '3.0'",
"importlib-metadata==2.1.3; python_version < '3.8'",
"ipaddress==1.0.23; python_version < '3.0'",
Expand Down

0 comments on commit d1b4544

Please sign in to comment.