Bump the pip group with 2 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
dependencies python
ezio-melotti
Bumps the pip group with 2 updates: sentry-sdk and coverage.
Updates sentry-sdk from 2.34.1 to 2.35.1
Release notes
Sourced from sentry-sdk's releases.
2.35.1
Various fixes & improvements
- OpenAI Agents: Isolate agent run (#4720) by
@sentrivana- Tracing: Do not attach stacktrace to transaction (#4713) by
@Zylphrex2.35.0
Various fixes & improvements
- Langchain Integration now supports the Sentry AI dashboard. (#4678) by
@shellmayr- Anthropic Integration now supports the Sentry AI dashboard. (#4674) by
@constantinius- AI Agents templates for
@tracedecorator (#4676) by@antonpirker- Sentry Logs: Add
enable_logs,before_send_logas top-levelsentry_sdk.init()options (#4644) by@sentrivana- Tracing: Improve
@tracedecorator. Allows to setspan.op,span.name, andspan.attributes(#4648) by@antonpirker- Tracing: Add convenience function
sentry_sdk.update_current_span. (#4673) by@antonpirker- Tracing: Add
Span.update_data()to update multiplespan.dataitems at once. (#4666) by@antonpirker- GNU-integration: make path optional (#4688) by
@MeredithAnya- Clickhouse: Don't eat the generator data (#4669) by
@szokeasaurusrex- Clickhouse: List
send_dataparameters (#4667) by@szokeasaurusrex- Update
gen_ai.*andai.*attributes (#4665) by@antonpirker- Better checking for empty tools list (#4647) by
@antonpirker- Remove performance paper cuts (#4675) by
@sentrivana- Help for debugging Cron problems (#4686) by
@antonpirker- Fix Redis CI (#4691) by
@sentrivana- Fix plugins key codecov (#4655) by
@sl0thentr0py- Fix Mypy (#4649) by
@sentrivana- Update tox.ini (#4689) by
@sentrivana- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by
@dependabot
Changelog
Sourced from sentry-sdk's changelog.
2.35.1
Various fixes & improvements
- OpenAI Agents: Isolate agent run (#4720) by
@sentrivana- Tracing: Do not attach stacktrace to transaction (#4713) by
@Zylphrex2.35.0
Various fixes & improvements
- Langchain Integration now supports the Sentry AI dashboard. (#4678) by
@shellmayr- Anthropic Integration now supports the Sentry AI dashboard. (#4674) by
@constantinius- AI Agents templates for
@tracedecorator (#4676) by@antonpirker- Sentry Logs: Add
enable_logs,before_send_logas top-levelsentry_sdk.init()options (#4644) by@sentrivana- Tracing: Improve
@tracedecorator. Allows to setspan.op,span.name, andspan.attributes(#4648) by@antonpirker- Tracing: Add convenience function
sentry_sdk.update_current_span. (#4673) by@antonpirker- Tracing: Add
Span.update_data()to update multiplespan.dataitems at once. (#4666) by@antonpirker- GNU-integration: make path optional (#4688) by
@MeredithAnya- Clickhouse: Don't eat the generator data (#4669) by
@szokeasaurusrex- Clickhouse: List
send_dataparameters (#4667) by@szokeasaurusrex- Update
gen_ai.*andai.*attributes (#4665) by@antonpirker- Better checking for empty tools list (#4647) by
@antonpirker- Remove performance paper cuts (#4675) by
@sentrivana- Help for debugging Cron problems (#4686) by
@antonpirker- Fix Redis CI (#4691) by
@sentrivana- Fix plugins key codecov (#4655) by
@sl0thentr0py- Fix Mypy (#4649) by
@sentrivana- Update tox.ini (#4689) by
@sentrivana- build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0 (#4684) by
@dependabot
Commits
fb4faf6Update CHANGELOG.mdc2a21aarelease: 2.35.1eee4c4bfix(openai-agents): Isolate agent run (#4720)28d0dddbuild(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#4709)a2a9413build(deps): bump actions/setup-java from 4 to 5 (#4716)b8248a3build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#4717)9e154f7build(deps): bump actions/create-github-app-token from 2.1.0 to 2.1.1 (#4710)8787ee4fix(tracing): Do not attach stacktrace to transaction (#4713)e012ff1Merge branch 'release/2.35.0'5eafb78update changelog- Additional commits viewable in compare view
Updates coverage from 7.10.1 to 7.10.6
Changelog
Sourced from coverage's changelog.
Version 7.10.6 — 2025-08-29
Fix:
sourcedirectories were not properly communicated to subprocesses that ran in different directories, as reported inissue 1499_. This is now fixed.Performance:
Alex Gaynor continues fine-tuning <pull 2038_>_ the speed of combination, especially with many contexts... _issue 1499: nedbat/coveragepy#1499 .. _pull 2038: nedbat/coveragepy#2038
.. _changes_7-10-5:
Version 7.10.5 — 2025-08-23
- Big speed improvements for
coverage combine: it's now about twice as fast! Huge thanks to Alex Gaynor for pull requests2032 <pull 2032_>,2033 <pull 2033_>, and2034 <pull 2034_>_... _pull 2032: nedbat/coveragepy#2032 .. _pull 2033: nedbat/coveragepy#2033 .. _pull 2034: nedbat/coveragepy#2034
.. _changes_7-10-4:
Version 7.10.4 — 2025-08-16
Added
patch = forkfor times when the built-in forking support is insufficient.Fix:
patch = execvalso inherits the entire coverage configuration now... _changes_7-10-3:
Version 7.10.3 — 2025-08-10
Fixes for
patch = subprocess:
If subprocesses spawned yet more subprocesses simultaneously, some coverage could be missed. This is now fixed, closing
issue 2024_.If subprocesses were created in other directories, their data files were
... (truncated)
Commits
88c55ffdocs: sample HTML for 7.10.601d8995docs: prep for 7.10.69b0c24fdocs: thanks Alex #203866d6910fix: makesourcepaths absolute where they exist. #1499bb3382fbuild: no need for the combine/html times now9ea349alab: warn_executed.py808c9b4build: changing metacov.ini should trigger metacov384f5f2build: oops, some 'if's are really line pragmasa7224afperf: pre-compute the mapping between other_db.context and main.context (#2038)5c00c5bchore: bump the action-dependencies group with 3 updates (#2039)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+2
-2
Package Dependencies
Technical Details
| ID: | 6217308 |
| UUID: | 2789422389 |
| Node ID: | PR_kwDOCNhlp86mQzU1 |
| Host: | GitHub |
| Repository: | python/blurb_it |
| Merge State: | Unknown |