Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the dependencies group with 4 updates: botocore, jmespath, multidict and sentry-sdk.

Updates botocore from 1.42.31 to 1.42.39

Commits
  • 26a688f Merge branch 'release-1.42.39'
  • f20e262 Bumping version to 1.42.39
  • d48f527 Update endpoints model
  • b96b52a Update to latest models
  • 0b51aea Merge branch 'release-1.42.38'
  • d30db46 Merge branch 'release-1.42.38' into develop
  • 37194c4 Bumping version to 1.42.38
  • 272ab9b Update to latest models
  • 51455c2 Merge branch 'release-1.42.37'
  • 9ff970f Merge branch 'release-1.42.37' into develop
  • Additional commits viewable in compare view

Updates jmespath from 1.0.1 to 1.1.0

Changelog

Sourced from jmespath's changelog.

1.1.0

  • Fix concurrency issue with cache (pr [#335](https://github.com/jmespath/jmespath.py/issues/335) <https://github.com/jmespath/jmespath.py/pull/335>__)
  • Added support for Python 3.12-3.14 (pr [#331](https://github.com/jmespath/jmespath.py/issues/331) <https://github.com/jmespath/jmespath.py/pull/331>__)
  • Removed support for Python 3.7-3.8 (pr [#335](https://github.com/jmespath/jmespath.py/issues/335) <https://github.com/jmespath/jmespath.py/pull/335>__)
Commits
  • 6ff419a Merge branch 'release-1.1.0'
  • 17e964f Bump version to 1.1.0
  • 5ce13aa Merge branch 'v1.1.0' into develop
  • d8f0457 Revert versions back to current version
  • 8cb3082 1.1.0
  • 6e37991 Update permissions in codeql.yml workflow (#338)
  • 141734d Bring .github settings up-to-date (#336)
  • 07e30cf Merge pull request #337 from nateprewitt/python_changelog
  • 9170711 Add missing changelog entries for Python support
  • cdb9327 Fix file encoding for Windows
  • Additional commits viewable in compare view

Updates multidict from 6.7.0 to 6.7.1

Release notes

Sourced from multidict's releases.

6.7.1

Bug fixes

  • Fixed slow memory leak caused by identity by adding Py_DECREF to identity value before leaving md_pop_one on success -- by :user:Vizonex.

    Related issues and pull requests on GitHub: #1284.


Changelog

Sourced from multidict's changelog.

6.7.1

(2026-01-25)

Bug fixes

  • Fixed slow memory leak caused by identity by adding Py_DECREF to identity value before leaving md_pop_one on success -- by :user:Vizonex.

    Related issues and pull requests on GitHub: :issue:1284.


Commits

Updates sentry-sdk from 2.50.0 to 2.51.0

Release notes

Sourced from sentry-sdk's releases.

2.51.0

New Features ✨

Openai

Openai Agents

Other

Bug Fixes 🐛

Internal Changes 🔧

2.51.0a1

New Features ✨

Integrations

  • feat(integrations): OpenAI/OpenAI Agents detect and report the time to first token metric (TTFT) as gen_ai.response.time_to_first_token by @​constantinius in #5348
  • feat(integrations): openai-agents streaming support by @​constantinius in #5291

Other

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.51.0

New Features ✨

Openai

Openai Agents

Other

Bug Fixes 🐛

Internal Changes 🔧

Commits
  • 8517eb0 Update CHANGELOG.md
  • 93e89e4 release: 2.51.0
  • 003cb73 feat(ai): Add original input length meta attribute (#5375)
  • d4db6d3 fix(ai): Keep single content input message (#5345)
  • dafd62f ref: Replace set_data_normalized() with Span.set_data() for system instru...
  • b3aa033 feat(openai-agents): Set system instruction attribute on gen_ai.chat spans ...
  • a6b4f2e feat(openai): Set system instruction attribute for Responses API (#5376)
  • 6611957 feat(openai): Set system instruction attribute for Completions API (#5358)
  • 0d42476 feat(transport): Report 413 responses for oversized envelopes (#5380)
  • 0c81d3a feat(integrations): OpenAI/OpenAI Agents detect and report the time to first ...
  • 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 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 <dependency name> major version will 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 version will 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

Bumps the dependencies group with 4 updates: [botocore](https://github.com/boto/botocore), [jmespath](https://github.com/jmespath/jmespath.py), [multidict](https://github.com/aio-libs/multidict) and [sentry-sdk](https://github.com/getsentry/sentry-python).


Updates `botocore` from 1.42.31 to 1.42.39
- [Commits](boto/botocore@1.42.31...1.42.39)

Updates `jmespath` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst)
- [Commits](jmespath/jmespath.py@1.0.1...1.1.0)

Updates `multidict` from 6.7.0 to 6.7.1
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.7.0...v6.7.1)

Updates `sentry-sdk` from 2.50.0 to 2.51.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.50.0...2.51.0)

---
updated-dependencies:
- dependency-name: botocore
  dependency-version: 1.42.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jmespath
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: multidict
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-version: 2.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Feb 1, 2026
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.

0 participants