Skip to content

build(deps): bump kafka-python from 2.3.0 to 2.3.2 in /src/processor - #348

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/src/processor/kafka-python-2.3.2
Open

build(deps): bump kafka-python from 2.3.0 to 2.3.2 in /src/processor#348
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/src/processor/kafka-python-2.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps kafka-python from 2.3.0 to 2.3.2.

Release notes

Sourced from kafka-python's releases.

2.3.2 (Jun 3, 2026)

Fixes

  • kafka.conn: Improve error handling for sasl authenticate mechanisms
  • kafka.net: Validate SASL/SCRAM iterations (#3026)
  • KafkaProtocol: validate network frame size (backport of #3019)
  • Clear _callbacks/_errbacks list when future is_done to avoid reference cycles (#2891)

2.3.1 (Apr 9, 2026)

Fixes

  • Fix TaggedFields value encoding; add test coverage (#2725)
  • Fix zstd multi-frame decompression failure (#2717)
  • Fix KeyError in KafkaConsumer.committed() (#2710)
  • Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
  • Fix Fetcher._fetch_offsets_by_times retry handling (#2833)
  • Fixes to support integration testing with external KAFKA_URI (#2838)
  • Minor py2 fixes: consumer integration test; dont pip install python-snappy
Changelog

Sourced from kafka-python's changelog.

2.3.2 (Jun 3, 2026) ###################

Fixes

  • kafka.conn: Improve error handling for sasl authenticate mechanisms
  • kafka.net: Validate SASL/SCRAM iterations (#3026)
  • KafkaProtocol: validate network frame size (backport of #3019)
  • Clear _callbacks/_errbacks list when future is_done to avoid reference cycles (#2891)

2.3.1 (Apr 9, 2026) ###################

Fixes

  • Fix TaggedFields value encoding; add test coverage (#2725)
  • Fix zstd multi-frame decompression failure (#2717)
  • Fix KeyError in KafkaConsumer.committed() (#2710)
  • Fix VarInt/VarLong encoding; move tests to test/protocol/ (#2706)
  • Fix Fetcher._fetch_offsets_by_times retry handling (#2833)
  • Fixes to support integration testing with external KAFKA_URI (#2838)
  • Minor py2 fixes: consumer integration test; dont pip install python-snappy
Commits
  • 054b570 Patch Release 2.3.2
  • 0efe08b kafka.conn: Improve error handling for sasl authenticate mechanisms
  • 74400d7 kafka.net: Validate SASL/SCRAM iterations (#3026)
  • 9f92d0f KafkaProtocol: validate network frame size (backport of #3019)
  • 79410e7 Clear _callbacks/_errbacks list when future is_done to avoid reference cycles...
  • 8e50f65 Enable manual workflow runs for Python Package
  • 62feaab Patch Release 2.3.1
  • 8037f81 Fixes to support integration testing with external KAFKA_URI (#2838)
  • 3479de9 python-snappy py3 only
  • 2c72167 Fix TaggedFields value encoding; add test coverage (#2725)
  • Additional commits viewable 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: kafka-python
  dependency-version: 2.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 1, 2026
Copilot AI lite review requested due to automatic review settings September 1, 2026 17:41
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL313720593% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
602 0 💤 0 ❌ 0 🔥 16.007s ⏱️

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the src/processor Python component’s pinned Kafka client dependency to the latest patch version, along with the corresponding uv lockfile update.

Changes:

  • Bump kafka-python from 2.3.0 to 2.3.2 in src/processor/pyproject.toml.
  • Update src/processor/uv.lock to reflect the new kafka-python version and artifacts.
  • Lockfile also includes additional dependency-marker normalization changes beyond the stated dependency bump.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
src/processor/pyproject.toml Updates the pinned kafka-python version to 2.3.2.
src/processor/uv.lock Updates resolved kafka-python artifacts and includes broader lockfile marker/metadata changes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant