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

   Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.34.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/psf/requests/releases";>requests's 
releases</a>.</em></p>
   <blockquote>
   <h2>v2.34.0</h2>
   <h2>2.34.0 (2026-05-11)</h2>
   <p><strong>Announcements</strong></p>
   <ul>
   <li>
   <p>Requests 2.34.0 introduces inline types, replacing those provided by
   typeshed. Public API types should be fully compatible with mypy, pyright,
   and ty. <strong>We believe types are comprehensive but if you find issues, 
please
   report them to the <a 
href="https://redirect.github.com/psf/requests/issues/7271";>pinned tracking 
issue</a>.</strong></p>
   <p>Special thanks to <a 
href="https://github.com/bastimeyer";><code>@​bastimeyer</code></a>, <a 
href="https://github.com/cthoyt";><code>@​cthoyt</code></a>, <a 
href="https://github.com/edgarrmondragon";><code>@​edgarrmondragon</code></a>, 
and <a href="https://github.com/srittau";><code>@​srittau</code></a> for
   helping review and test the types ahead of the release. (<a 
href="https://redirect.github.com/psf/requests/issues/7272";>#7272</a>)</p>
   </li>
   </ul>
   <p><strong>Improvements</strong></p>
   <ul>
   <li>Digest Auth hashing algorithms have added 
<code>usedforsecurity=False</code> to clarify
   security considerations. (<a 
href="https://redirect.github.com/psf/requests/issues/7310";>#7310</a>)</li>
   <li>Requests added support for Python 3.15 based on beta1. Downstream 
projects
   should be able to start testing prior to its release in October. (<a 
href="https://redirect.github.com/psf/requests/issues/7422";>#7422</a>)</li>
   <li>Requests added support for Python 3.14t. (<a 
href="https://redirect.github.com/psf/requests/issues/7419";>#7419</a>)</li>
   </ul>
   <p><strong>Bugfixes</strong></p>
   <ul>
   <li><code>Response.history</code> no longer contains a reference to itself, 
preventing
   accidental looping when traversing the history list. (<a 
href="https://redirect.github.com/psf/requests/issues/7328";>#7328</a>)</li>
   <li>Requests no longer performs greedy matching on no_proxy domains. The
   proxy_bypass implementation has been updated with CPython's fix from
   bpo-39057. (<a 
href="https://redirect.github.com/psf/requests/issues/7427";>#7427</a>)</li>
   <li>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+. (<a 
href="https://redirect.github.com/psf/requests/issues/7315";>#7315</a>)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/cjriches";><code>@​cjriches</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7365";>psf/requests#7365</a></li>
   <li><a href="https://github.com/dsanader";><code>@​dsanader</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7376";>psf/requests#7376</a></li>
   <li><a 
href="https://github.com/DimitriPapadopoulos";><code>@​DimitriPapadopoulos</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7393";>psf/requests#7393</a></li>
   <li><a href="https://github.com/joshua-51";><code>@​joshua-51</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7416";>psf/requests#7416</a></li>
   <li><a href="https://github.com/eggsort";><code>@​eggsort</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7421";>psf/requests#7421</a></li>
   <li><a href="https://github.com/typhon8";><code>@​typhon8</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7315";>psf/requests#7315</a></li>
   <li><a href="https://github.com/bastimeyer";><code>@​bastimeyer</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/psf/requests/pull/7425";>psf/requests#7425</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/psf/requests/blob/main/HISTORY.md#2340-2026-05-11";>https://github.com/psf/requests/blob/main/HISTORY.md#2340-2026-05-11</a></p>
   <h2>v2.33.1</h2>
   <h2>2.33.1 (2026-03-30)</h2>
   <p><strong>Bugfixes</strong></p>
   <ul>
   <li>Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
   files in the tmp directory. (<a 
href="https://redirect.github.com/psf/requests/issues/7305";>#7305</a>)</li>
   <li>Fixed Content-Type header parsing for malformed values. (<a 
href="https://redirect.github.com/psf/requests/issues/7309";>#7309</a>)</li>
   <li>Improved error consistency for malformed header values. (<a 
href="https://redirect.github.com/psf/requests/issues/7308";>#7308</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/psf/requests/blob/main/HISTORY.md";>requests's 
changelog</a>.</em></p>
   <blockquote>
   <h2>2.34.0 (2026-05-11)</h2>
   <p><strong>Announcements</strong></p>
   <ul>
   <li>
   <p>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.</p>
   <p>Special thanks to <a 
href="https://github.com/bastimeyer";><code>@​bastimeyer</code></a>, <a 
href="https://github.com/cthoyt";><code>@​cthoyt</code></a>, <a 
href="https://github.com/edgarrmondragon";><code>@​edgarrmondragon</code></a>, 
and <a href="https://github.com/srittau";><code>@​srittau</code></a> for
   helping review and test the types ahead of the release. (<a 
href="https://redirect.github.com/psf/requests/issues/7272";>#7272</a>)</p>
   </li>
   </ul>
   <p><strong>Improvements</strong></p>
   <ul>
   <li>Digest Auth hashing algorithms have added 
<code>usedforsecurity=False</code> to clarify
   security considerations. (<a 
href="https://redirect.github.com/psf/requests/issues/7310";>#7310</a>)</li>
   <li>Requests added support for Python 3.15 based on beta1. Downstream 
projects
   should be able to start testing prior to its release in October. (<a 
href="https://redirect.github.com/psf/requests/issues/7422";>#7422</a>)</li>
   <li>Requests added support for Python 3.14t. (<a 
href="https://redirect.github.com/psf/requests/issues/7419";>#7419</a>)</li>
   </ul>
   <p><strong>Bugfixes</strong></p>
   <ul>
   <li><code>Response.history</code> no longer contains a reference to itself, 
preventing
   accidental looping when traversing the history list. (<a 
href="https://redirect.github.com/psf/requests/issues/7328";>#7328</a>)</li>
   <li>Requests no longer performs greedy matching on no_proxy domains. The
   proxy_bypass implementation has been updated with CPython's fix from
   bpo-39057. (<a 
href="https://redirect.github.com/psf/requests/issues/7427";>#7427</a>)</li>
   <li>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+. (<a 
href="https://redirect.github.com/psf/requests/issues/7315";>#7315</a>)</li>
   </ul>
   <h2>2.33.1 (2026-03-30)</h2>
   <p><strong>Bugfixes</strong></p>
   <ul>
   <li>Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
   files in the tmp directory. (<a 
href="https://redirect.github.com/psf/requests/issues/7305";>#7305</a>)</li>
   <li>Fixed Content-Type header parsing for malformed values. (<a 
href="https://redirect.github.com/psf/requests/issues/7309";>#7309</a>)</li>
   <li>Improved error consistency for malformed header values. (<a 
href="https://redirect.github.com/psf/requests/issues/7308";>#7308</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/psf/requests/commit/0b401c76b6e80a4eecf3c690085b2553f6e261ca";><code>0b401c7</code></a>
 v2.34.0</li>
   <li><a 
href="https://github.com/psf/requests/commit/86b378d3f60f828daa13ca50aa82e287ff7b66b4";><code>86b378d</code></a>
 Align Session.get parameters with requests.get (<a 
href="https://redirect.github.com/psf/requests/issues/7429";>#7429</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/a4f9a5999bdb9bf2d6e7c8aa973b28cacb17134f";><code>a4f9a59</code></a>
 Port bpo-39057 to Requests (<a 
href="https://redirect.github.com/psf/requests/issues/7427";>#7427</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/3816cfa1abd42dca21b9e837f26c59b246016aaf";><code>3816cfa</code></a>
 Parameterize SupportsItems to handle Mapping key invariance (<a 
href="https://redirect.github.com/psf/requests/issues/7426";>#7426</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/b684dcb9bbf3aa557d1238e72062c4a29737dd1c";><code>b684dcb</code></a>
 sessions: fix hooks type (<a 
href="https://redirect.github.com/psf/requests/issues/7425";>#7425</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/dc9dbdfb3434c6e58d48fd102f93e5342308817e";><code>dc9dbdf</code></a>
 Formalize 3.15 support (<a 
href="https://redirect.github.com/psf/requests/issues/7422";>#7422</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/25340ebad09a38e0748aeb26232102022a03ec94";><code>25340eb</code></a>
 Clear proxy env vars before every test run (<a 
href="https://redirect.github.com/psf/requests/issues/7423";>#7423</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/fd628095d7b9ddbf3e987d8a4bf0e6062768916f";><code>fd62809</code></a>
 Preserve leading slashes in request path_url (<a 
href="https://redirect.github.com/psf/requests/issues/7315";>#7315</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/e8d2c015eecda8273612dd4562425e00cd164ba5";><code>e8d2c01</code></a>
 docs: Fix missing hook output in docs example (<a 
href="https://redirect.github.com/psf/requests/issues/7421";>#7421</a>)</li>
   <li><a 
href="https://github.com/psf/requests/commit/eb173bc819c72580deed2d54190d340cc769e529";><code>eb173bc</code></a>
 Add 3.14t support to CI (<a 
href="https://redirect.github.com/psf/requests/issues/7419";>#7419</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/psf/requests/compare/v2.33.0...v2.34.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests&package-manager=pip&previous-version=2.33.0&new-version=2.34.0)](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 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