dependabot[bot] opened a new pull request, #3345:
URL: https://github.com/apache/streampipes/pull/3345

   Bumps 
[confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 
2.5.0 to 2.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/confluentinc/confluent-kafka-python/releases";>confluent-kafka's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.6.1</h2>
   <h1>confluent-kafka-python v2.6.1</h1>
   <h2>v2.6.1 is a maintenance release with the following fixes and 
enhancements:</h2>
   <ul>
   <li>Removed python 3.6 support. (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1592";>#1592</a>)</li>
   <li>Migrated build system from <code>setup.py</code> to 
<code>pyproject.toml</code> in accordance with <code>PEP 517</code> and 
<code>PEP 518</code>, improving project configuration, build system 
requirements management, and compatibility with modern Python packaging tools 
like <code>pip</code> and <code>build</code>. (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1592";>#1592</a>)</li>
   <li>Added an example for OAUTH OIDC producer with support for confluent 
cloud (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1769";>#1769</a>,
 <a 
href="https://github.com/sarwarbhuiyan";><code>@​sarwarbhuiyan</code></a>)</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.6.1, see the
   <a 
href="https://github.com/confluentinc/librdkafka/releases/tag/v2.6.1";>librdkafka
 release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   <h2>v2.6.0</h2>
   <h1>confluent-kafka-python v2.6.0</h1>
   <h2>v2.6.0 is a feature release with the following features, fixes and 
enhancements:</h2>
   <ul>
   <li>Added Python 3.13 wheels (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1828";>#1828</a>).</li>
   <li><a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol";>KIP-848
 EA</a>: Admin API for listing consumer groups now has an optional filter to 
return only groups of given types (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1830";>#1830</a>).</li>
   <li><a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-460%3A+Admin+Leader+Election+RPC";>KIP-460</a>
 Admin Leader Election RPC (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1818";>#1818</a>)</li>
   <li>Added Transactional id resource type for ACL operations (<a 
href="https://github.com/JohnPreston";><code>@​JohnPreston</code></a>, <a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1834";>#1834</a>).</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.6.0, see the
   <a 
href="https://github.com/confluentinc/librdkafka/releases/tag/v2.6.0";>librdkafka
 release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   <h2>v2.5.3</h2>
   <h1>confluent-kafka-python v2.5.3</h1>
   <h2>v2.5.3 is a maintenance release with the following fixes and 
enhancements:</h2>
   <h3>Fixes</h3>
   <ul>
   <li>Fix an assert being triggered during push telemetry call when no metrics 
matched on the client side.</li>
   <li>Minor enhancement to JSONDeserializer to retrieve schema from Schema 
Registry if not provided</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.5.3, see the
   <a 
href="https://github.com/edenhill/librdkafka/releases/tag/v2.5.3";>librdkafka 
release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/confluentinc/confluent-kafka-python/blob/master/CHANGELOG.md";>confluent-kafka's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v2.6.1</h2>
   <p>v2.6.1 is a maintenance release with the following fixes and 
enhancements:</p>
   <ul>
   <li>Migrated build system from <code>setup.py</code> to 
<code>pyproject.toml</code> in accordance with <code>PEP 517</code> and 
<code>PEP 518</code>, improving project configuration, build system 
requirements management, and compatibility with modern Python packaging tools 
like <code>pip</code> and <code>build</code>. (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1592";>#1592</a>)</li>
   <li>Removed python 3.6 support. (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1592";>#1592</a>)</li>
   <li>Added an example for OAUTH OIDC producer with support for confluent 
cloud (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1769";>#1769</a>,
 <a 
href="https://github.com/sarwarbhuiyan";><code>@​sarwarbhuiyan</code></a>)</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.6.1, see the
   <a 
href="https://github.com/confluentinc/librdkafka/releases/tag/v2.6.1";>librdkafka
 release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   <h2>v2.6.0</h2>
   <p>v2.6.0 is a feature release with the following features, fixes and 
enhancements:</p>
   <ul>
   <li>Added Python 3.13 wheels (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1828";>#1828</a>).</li>
   <li><a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol";>KIP-848
 EA</a>: Admin API for listing consumer groups now has an optional filter to 
return only groups of given types (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1830";>#1830</a>).</li>
   <li><a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-460%3A+Admin+Leader+Election+RPC";>KIP-460</a>
 Admin Leader Election RPC (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1818";>#1818</a>)</li>
   <li>Added Transactional id resource type for ACL operations (<a 
href="https://github.com/JohnPreston";><code>@​JohnPreston</code></a>, <a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1834";>#1834</a>).</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.6.0, see the
   <a 
href="https://github.com/confluentinc/librdkafka/releases/tag/v2.6.0";>librdkafka
 release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   <h2>v2.5.3</h2>
   <p>v2.5.3 is a maintenance release with the following fixes and 
enhancements:</p>
   <h3>Fixes</h3>
   <ul>
   <li>Fix an assert being triggered during push telemetry call when no metrics 
matched on the client side.</li>
   <li>Minor enhancement to JSONDeserializer to retrieve schema from Schema 
Registry if not provided</li>
   </ul>
   <p>confluent-kafka-python is based on librdkafka v2.5.3, see the
   <a 
href="https://github.com/edenhill/librdkafka/releases/tag/v2.5.3";>librdkafka 
release notes</a>
   for a complete list of changes, enhancements, fixes and upgrade 
considerations.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/0e5706b71adbfea5a178f1bec3587ec29bb8aff9";><code>0e5706b</code></a>
 Release v2.6.1 (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1855";>#1855</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/a29ecb94992824eeab4f18feb1619783336c4e76";><code>a29ecb9</code></a>
 Release v2.6.1rc2 (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1854";>#1854</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/a596680307a5cf4b3e70a18266240f1d83230900";><code>a596680</code></a>
 [KIP-848] Added support for testing with new 'consumer' group protocol. (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1812";>#1812</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/1c4dd964b658bfa0ef5463ead5afb246ae9ba37e";><code>1c4dd96</code></a>
 chore: update repo by service bot (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1680";>#1680</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/42f4487a1bd03cffc73a7f5505139d409ec0c987";><code>42f4487</code></a>
 Introduced pyproject.toml and moved static metadata from setup.py (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1592";>#1592</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/e17f6e274a56fdd352963582ff5084c5f0a407ee";><code>e17f6e2</code></a>
 Oauth OIDC CCloud producer example (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1769";>#1769</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/f354a7a23fa9d38f450d279781a3c0a6e5956230";><code>f354a7a</code></a>
 Changes for v2.6.0 release (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1836";>#1836</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/3469bb60198c345b1f86fd366b742dbb91643e96";><code>3469bb6</code></a>
 Changelog changes and version bump to v2.6.0rc2 (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1835";>#1835</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/e3e96ff7d06526c8bb5b10d943b97f66f3eece57";><code>e3e96ff</code></a>
 Added Transactional ID Resource Type for ACL operations (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1834";>#1834</a>)</li>
   <li><a 
href="https://github.com/confluentinc/confluent-kafka-python/commit/b5c82b9c14bcfce5843bd8086fe319750e141dff";><code>b5c82b9</code></a>
 Added changes for Python 3.13 wheel generation (<a 
href="https://redirect.github.com/confluentinc/confluent-kafka-python/issues/1828";>#1828</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/confluentinc/confluent-kafka-python/compare/v2.5.0...v2.6.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=confluent-kafka&package-manager=pip&previous-version=2.5.0&new-version=2.6.1)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to