chore(pip-prod)(deps): bump sentry-sdk from 2.17.0 to 2.18.0 #308

Merged
dependabot[bot] merged 1 commits from dependabot/pip/sentry-sdk-2.18.0 into main 2024-11-04 17:37:10 +01:00
dependabot[bot] commented 2024-11-04 17:34:36 +01:00 (Migrated from github.com)

Bumps sentry-sdk from 2.17.0 to 2.18.0.

Release notes

Sourced from sentry-sdk's releases.

2.18.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.18.0

Various fixes & improvements

Commits

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 [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.17.0 to 2.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/releases">sentry-sdk's releases</a>.</em></p> <blockquote> <h2>2.18.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>Add LaunchDarkly and OpenFeature integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3648">#3648</a>) by <a href="https://github.com/cmanallen"><code>@​cmanallen</code></a></li> <li>Correct typo in a comment (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3726">#3726</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>End <code>http.client</code> span on timeout (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3723">#3723</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Check for <code>h2</code> existence in HTTP/2 transport (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3690">#3690</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Use <code>type()</code> instead when extracting frames (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3716">#3716</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Prefer <code>python_multipart</code> import over <code>multipart</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3710">#3710</a>) by <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a></li> <li>Update active thread for asgi (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3669">#3669</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Only enable HTTP2 when DSN is HTTPS (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3678">#3678</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Prepare for upstream Strawberry extension removal (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3649">#3649</a>) by <a href="https://github.com/DoctorJohn"><code>@​DoctorJohn</code></a></li> <li>Enhance README with improved clarity and developer-friendly examples (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3667">#3667</a>) by <a href="https://github.com/UTSAVS26"><code>@​UTSAVS26</code></a></li> <li>Run license compliance action on all PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3699">#3699</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Run CodeQL action on all PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3698">#3698</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Fix UTC assuming test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3722">#3722</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Exclude fakeredis 2.26.0 on py3.6 and 3.7 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3695">#3695</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for <code>tornado-latest</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3714">#3714</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Install <code>pytest-asyncio</code> for <code>redis</code> tests (Python 3.12-13) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3706">#3706</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Clarify that only pinned tests are required (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3713">#3713</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Remove accidentally-committed print (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3712">#3712</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Disable broken RQ test in newly-released RQ 2.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3708">#3708</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for <code>celery</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3701">#3701</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> on Python 3.8+ <code>gevent</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3700">#3700</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for Python 3.8+ <code>common</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3697">#3697</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Remove <code>pytest</code> pin in <code>requirements-devenv.txt</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3696">#3696</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Test with Falcon 4.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3684">#3684</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk's changelog</a>.</em></p> <blockquote> <h2>2.18.0</h2> <h3>Various fixes &amp; improvements</h3> <ul> <li>Add LaunchDarkly and OpenFeature integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3648">#3648</a>) by <a href="https://github.com/cmanallen"><code>@​cmanallen</code></a></li> <li>Correct typo in a comment (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3726">#3726</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>End <code>http.client</code> span on timeout (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3723">#3723</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Check for <code>h2</code> existence in HTTP/2 transport (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3690">#3690</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Use <code>type()</code> instead when extracting frames (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3716">#3716</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Prefer <code>python_multipart</code> import over <code>multipart</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3710">#3710</a>) by <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a></li> <li>Update active thread for asgi (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3669">#3669</a>) by <a href="https://github.com/Zylphrex"><code>@​Zylphrex</code></a></li> <li>Only enable HTTP2 when DSN is HTTPS (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3678">#3678</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Prepare for upstream Strawberry extension removal (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3649">#3649</a>) by <a href="https://github.com/DoctorJohn"><code>@​DoctorJohn</code></a></li> <li>Enhance README with improved clarity and developer-friendly examples (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3667">#3667</a>) by <a href="https://github.com/UTSAVS26"><code>@​UTSAVS26</code></a></li> <li>Run license compliance action on all PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3699">#3699</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Run CodeQL action on all PRs (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3698">#3698</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Fix UTC assuming test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3722">#3722</a>) by <a href="https://github.com/BYK"><code>@​BYK</code></a></li> <li>Exclude fakeredis 2.26.0 on py3.6 and 3.7 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3695">#3695</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for <code>tornado-latest</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3714">#3714</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Install <code>pytest-asyncio</code> for <code>redis</code> tests (Python 3.12-13) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3706">#3706</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Clarify that only pinned tests are required (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3713">#3713</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Remove accidentally-committed print (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3712">#3712</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Disable broken RQ test in newly-released RQ 2.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3708">#3708</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for <code>celery</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3701">#3701</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> on Python 3.8+ <code>gevent</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3700">#3700</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Unpin <code>pytest</code> for Python 3.8+ <code>common</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3697">#3697</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Remove <code>pytest</code> pin in <code>requirements-devenv.txt</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3696">#3696</a>) by <a href="https://github.com/szokeasaurusrex"><code>@​szokeasaurusrex</code></a></li> <li>Test with Falcon 4.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3684">#3684</a>) by <a href="https://github.com/sentrivana"><code>@​sentrivana</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-python/commit/09946cb6246e700c4cfbdb880dda5751472249aa"><code>09946cb</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/getsentry/sentry-python/commit/0a8ef922b8b5c933a5c0478622e2db0f1768244c"><code>0a8ef92</code></a> release: 2.18.0</li> <li><a href="https://github.com/getsentry/sentry-python/commit/dd1117d63fd690d502b32c263e9e970b682fa280"><code>dd1117d</code></a> Add LaunchDarkly and OpenFeature integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3648">#3648</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/d06a1897e5106e2a0521bc51857eb30abddb0ef4"><code>d06a189</code></a> docs(hub): Correct typo in a comment (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3726">#3726</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/5e2d2cf7fdf367dc3bced0d4c4efe33c1046887c"><code>5e2d2cf</code></a> fix(tracing): End http.client span on timeout (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3723">#3723</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/5c5d98a7937330bd4ab69ee8a10b0d4e438c00ea"><code>5c5d98a</code></a> test: Fix UTC assuming test (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3722">#3722</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/ce9986cb19ee80d92bdf68bee6243d5c049fdb54"><code>ce9986c</code></a> fix(http2): Check for h2 existence (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3690">#3690</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/02d09346e6d070e03b828807d72485b6f23b2c11"><code>02d0934</code></a> fix(profiling): Use <code>type()</code> instead when extracting frames (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3716">#3716</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/bf400904245c3809bad5f20fd637408f519e7a15"><code>bf40090</code></a> test(tornado): Unpin <code>pytest</code> for <code>tornado-latest</code> tests (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3714">#3714</a>)</li> <li><a href="https://github.com/getsentry/sentry-python/commit/000c8e6c4eedf046c601b81d5d8d82f92115eddd"><code>000c8e6</code></a> fix(starlette): Prefer python_multipart import over multipart (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3710">#3710</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.17.0...2.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sentry-sdk&package-manager=pip&previous-version=2.17.0&new-version=2.18.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
luketainton (Migrated from github.com) approved these changes 2024-11-04 17:35:51 +01:00
sonarqubecloud[bot] commented 2024-11-04 17:36:10 +01:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=308) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=308&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=308&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=308&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=308&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=308&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=308)
Sign in to join this conversation.
No description provided.