Skip to content

deps(deps): bump the protocols group across 1 directory with 4 updates - #437

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/protocols-c54af3d12b
Open

deps(deps): bump the protocols group across 1 directory with 4 updates#437
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/protocols-c54af3d12b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the protocols group with 4 updates in the / directory: requests, websockets, kafka-python and pika.

Updates requests from 2.33.0 to 2.34.2

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

v2.34.0

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The

... (truncated)

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

Updates websockets from 15.0.1 to 16.1.1

Release notes

Sourced from websockets's releases.

16.1.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

16.1

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

16.0

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

Commits
  • 01df1e4 Revert "Decode non-ASCII header values with iso-8859-1."
  • 2d61f74 Clarify restriction on headers in 16.1.
  • 4df6f90 Release version 16.1.
  • 7c69eca Increase timeout for building wheels.
  • 493864e Complete and review changelog.
  • 73ff538 Temporarily remove the trio implementation (again).
  • 77f7d71 Shorten changelog and docstring for previous commit.
  • 84859e1 Add text argument to broadcast() to force the frame type
  • 1a38f5a Document research on removing a workaround.
  • 99431ee Apply code style to docs/conf.py.
  • Additional commits viewable in compare view

Updates kafka-python from 2.3.2 to 3.0.9

Release notes

Sourced from kafka-python's releases.

3.0.9 (Jul 21, 2026)

Fixes

  • Consumer: fix stuck partitions retained after rebalance with listener (#3132)

3.0.8 (Jul 9, 2026)

Fixes

  • transport: Fix TLS SNI when ssl_check_hostname=False (#3114)

3.0.7 (Jun 28, 2026)

Fixes

  • transport: cancel pending io coroutines on close() (#3109)
  • producer: fix stalled shutdown when brokers unreachable (#3108)

3.0.6 (Jun 25, 2026)

Fixes

  • consumer: track current leader epoch in addition to record epoch (#3107)

CI

  • Also wait_for_topics on <0.10 test fixtures (#3105)

3.0.5 (Jun 24, 2026)

Fixes

  • Reserve buffer capacity before every encode_into write (#3103)
  • Fix backoff on bootstrap init failure after connection_made (#3098)

CI

  • Bump actions/cache from 5 to 6 (#3099)
  • only save kafka dist cache on master (#3100)
  • Fix flakey test: test_send_during_backoff

Documentation

  • Add new extended logging args to docs/cli

3.0.4 (Jun 23, 2026)

Fixes

  • Fix _build_transport / conn.close race (#3097)
  • net.transport: Fix closed/write_eof handling in _write_to_sock (#3095)
  • Fix kafka.net.connection await: raise connection failures (#3091)

Logging

  • bootstrap connection log changes (#3092)
  • Improve connection logging; dont log version check if matches expected (#3089)
  • tests: print integration fixture output to console if no log handlers

... (truncated)

Changelog

Sourced from kafka-python's changelog.

3.0.9 (Jul 21, 2026) ####################

Fixes

  • Consumer: fix stuck partitions retained after rebalance with listener (#3132)

3.0.8 (Jul 9, 2026) ###################

Fixes

  • transport: Fix TLS SNI when ssl_check_hostname=False (#3114)

3.0.7 (Jun 28, 2026) ####################

Fixes

  • transport: cancel pending io coroutines on close() (#3109)
  • producer: fix stalled shutdown when brokers unreachable (#3108)

3.0.6 (Jun 25, 2026) ####################

Fixes

  • consumer: track current leader epoch in addition to record epoch (#3107)

CI

  • Also wait_for_topics on <0.10 test fixtures (#3105)

3.0.5 (Jun 24, 2026) ####################

Fixes

  • Reserve buffer capacity before every encode_into write (#3103)
  • Fix backoff on bootstrap init failure after connection_made (#3098)

CI

  • Bump actions/cache from 5 to 6 (#3099)
  • only save kafka dist cache on master (#3100)
  • Fix flakey test: test_send_during_backoff

... (truncated)

Commits
  • 2888bb6 Patch Release 3.0.9
  • 8ebd1d8 Fix stuck partitions retained after rebalance when using listener' (#3132)
  • 46e0da6 Patch Release 3.0.8
  • 5c5e9d3 kafka.net: Fix TLS SNI when ssl_check_hostname=False (#3114)
  • a5da13a Patch Release 3.0.7
  • 4b10b5b transport: cancel pending io coroutines on close() (#3109)
  • ad4c865 producer: fix stalled shutdown when brokers unreachable (#3108)
  • 5f36a8e Patch Release 3.0.6
  • 441de2b consumer: track current leader epoch in addition to record epoch (#3107)
  • ef7867f Also wait_for_topics on <0.10 test fixtures (#3105)
  • Additional commits viewable in compare view

Updates pika from 1.4.1 to 1.4.2

Release notes

Sourced from pika's releases.

1.4.2

https://pypi.org/project/pika/1.4.2/ | GitHub milestone

Changelog

Sourced from pika's changelog.

1.4.2 (2026-07-23)

Full Changelog

Closed issues:

  • Importing pika.adapters can break asyncio subprocesses on Windows #1639

Merged pull requests:

  • Stop mutating global asyncio event loop policy on import #1642 (lukebakken)
Commits
  • 3c9b50d Merge pull request #1658 from pika/pika-1.4.2
  • c5da6ff pika 1.4.2
  • c538d43 Merge pull request #1642 from pika/fix/gh-1639-windows-event-loop-policy-1.4.x
  • 79efa49 Fix callLater typing by passing keyword arguments
  • 7cb3661 Drain extra loop turn to await Tornado selector bootstrap
  • b3b8819 Replace deprecated event loop policy in tests with helper
  • c1c9651 Raise clear error when Windows loop lacks selector support
  • 978be3b Stop mutating global asyncio event loop policy on import
  • See full diff 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 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 protocols group with 4 updates in the / directory: [requests](https://github.com/psf/requests), [websockets](https://github.com/python-websockets/websockets), [kafka-python](https://github.com/dpkp/kafka-python) and [pika](https://github.com/pika/pika).


Updates `requests` from 2.33.0 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.34.2)

Updates `websockets` from 15.0.1 to 16.1.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@15.0.1...16.1.1)

Updates `kafka-python` from 2.3.2 to 3.0.9
- [Release notes](https://github.com/dpkp/kafka-python/releases)
- [Changelog](https://github.com/dpkp/kafka-python/blob/3.0.9/docs/changelog.rst)
- [Commits](dpkp/kafka-python@2.3.2...3.0.9)

Updates `pika` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/pika/pika/releases)
- [Changelog](https://github.com/pika/pika/blob/1.4.2/CHANGELOG.md)
- [Commits](pika/pika@1.4.1...1.4.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: protocols
- dependency-name: websockets
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: protocols
- dependency-name: kafka-python
  dependency-version: 3.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: protocols
- dependency-name: pika
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: protocols
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip Python pip 依赖升级 labels Jul 27, 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 pip Python pip 依赖升级

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants