Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ddtrace from 2.1.5 to 2.1.6 #1387

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2023

Bumps ddtrace from 2.1.5 to 2.1.6.

Release notes

Sourced from ddtrace's releases.

2.1.6

Bug Fixes

  • ASM: add support for psycopg2 adapt mechanism to LazyTaintList, preventing a ProgrammingError when using psycopg2 with IAST.
  • langchain: This fix resolves an issue with tagging pydantic SecretStr type api keys.
  • lib injection: Fix permissions error raised when non-root users copy single step instrumentation files.
  • This fix resolves an issue where type-checking would fail on valid application code due to a type hint on Span.set_tags that was too restrictive.
Commits
  • b3a97bf chore(iast): slice propagation ranges error and store hash and id separately ...
  • 4b064bc fix(iast): remove logs metrics noise [backport 2.1] (#7549)
  • 348e20b fix(lib-inject): set execute permissions on package files [backport 2.1] (#7...
  • 2e7691c fix(asm): add support for pyscopg2 adapt to lazytaintlist for iast. backport-...
  • 2407a3e fix(various): strip debuginfo on release [backport 2.1] (#7322)
  • 56019da fix(tracing): fix type signature on span.set_tags to allow non-text values [b...
  • a9162a9 fix(iast): improve traceback message from telemetry logs [Backport 2.1] (#7523)
  • 37b3e55 fix(iast): report cookies vuln [backport 2.1] (#7500)
  • b0c2048 fix(langchain): handle secret str api keys [backport 2.1] (#7480)
  • 4e7c00a ci: pin flake8 builtins to avoid failing on 2.2.0 (#7466)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/2.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v2.1.5...v2.1.6)

---
updated-dependencies:
- dependency-name: ddtrace
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 14, 2023
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (323a591) 94.80% compared to head (6cbd96a) 94.80%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1387   +/-   ##
=======================================
  Coverage   94.80%   94.80%           
=======================================
  Files         151      151           
  Lines        8197     8197           
  Branches      654      654           
=======================================
  Hits         7771     7771           
  Misses        365      365           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lexicalunit lexicalunit merged commit 0c27562 into main Nov 14, 2023
3 checks passed
@lexicalunit lexicalunit deleted the dependabot/pip/ddtrace-2.1.6 branch November 14, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant