Commit ac52c5c
authored
Bump guzzlehttp/guzzle from 7.10.0 to 7.10.4 (#122)
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.10.0
to 7.10.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/guzzle/releases">guzzlehttp/guzzle's
releases</a>.</em></p>
<blockquote>
<h2>Release 7.10.4</h2>
<h3>Fixed</h3>
<ul>
<li>Fix IPv6 literal matching in no-proxy rules</li>
<li>Handle cURL multi completion messages without handles after
cancelled transfers</li>
<li>Fix magic client request methods such as <code>options()</code> to
uppercase inferred HTTP methods</li>
</ul>
<h2>Release 7.10.3</h2>
<h3>Fixed</h3>
<ul>
<li>Fail clearly when an HTTP response header line is invalid</li>
<li>Remove middleware by name when the name is also a callable
string</li>
<li>Treat empty request protocol versions as HTTP/1.1</li>
</ul>
<h2>Release 7.10.2</h2>
<h3>Fixed</h3>
<ul>
<li>Normalize HTTP version request options before applying them to PSR-7
requests</li>
<li>Use string values for headers generated by request preparation and
response decoding</li>
</ul>
<h2>Release 7.10.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fail clearly when cURL options cannot be applied</li>
<li>Fail clearly when the certificate option is malformed</li>
<li>Fail clearly when JSON decode depth is invalid</li>
<li>Fail clearly when session cookie data is malformed</li>
<li>Fail clearly when the stream progress option is not callable</li>
<li>Prevent response creation failures from exposing stale cURL
responses</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md">guzzlehttp/guzzle's
changelog</a>.</em></p>
<blockquote>
<h2>7.10.4 - 2025-05-22</h2>
<h3>Fixed</h3>
<ul>
<li>Fix IPv6 literal matching in no-proxy rules</li>
<li>Handle cURL multi completion messages without handles after
cancelled transfers</li>
<li>Fix magic client request methods such as <code>options()</code> to
uppercase inferred HTTP methods</li>
</ul>
<h2>7.10.3 - 2025-05-20</h2>
<h3>Fixed</h3>
<ul>
<li>Fail clearly when an HTTP response header line is invalid</li>
<li>Remove middleware by name when the name is also a callable
string</li>
<li>Treat empty request protocol versions as HTTP/1.1</li>
</ul>
<h2>7.10.2 - 2026-05-20</h2>
<h3>Fixed</h3>
<ul>
<li>Normalize HTTP version request options before applying them to PSR-7
requests</li>
<li>Use string values for headers generated by request preparation and
response decoding</li>
</ul>
<h2>7.10.1 - 2026-05-19</h2>
<h3>Fixed</h3>
<ul>
<li>Fail clearly when cURL options cannot be applied</li>
<li>Fail clearly when the certificate option is malformed</li>
<li>Fail clearly when JSON decode depth is invalid</li>
<li>Fail clearly when session cookie data is malformed</li>
<li>Fail clearly when the stream progress option is not callable</li>
<li>Prevent response creation failures from exposing stale cURL
responses</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/guzzle/guzzle/commit/aec528da477062d3af11f51e6b33402be233b21f"><code>aec528d</code></a>
Release 7.10.4</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/0b8b446a92f6439119bcaad321ccda3ab48ac362"><code>0b8b446</code></a>
Handle cURL multi messages without handles (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3443">#3443</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/a096fa4362d5509e2be9f4c1a142d8ff04a00f40"><code>a096fa4</code></a>
Fix magic request method casing (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3439">#3439</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/4676ec0c20f0a5bee2b344f2d188adfb5e4a58f6"><code>4676ec0</code></a>
Fix IPv6 no-proxy matching (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3412">#3412</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/47ba23c7a55247e2e1b7407aca90e9bbed0d9d86"><code>47ba23c</code></a>
Release 7.10.3</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/ea432dee58928b90427cd41f08886d71387ec5bb"><code>ea432de</code></a>
Fix removing callable string middleware names (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3408">#3408</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/822c6db8d68c8181c5df32f2ef6ed177e10a14e0"><code>822c6db</code></a>
Handle empty request protocol versions (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3398">#3398</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/fb827b89d46c2cf91293afd4f83a2fca9780a7bd"><code>fb827b8</code></a>
Reject invalid response header lines (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3395">#3395</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/4bd894bfc81be32873bf73bdf6b3f9b44fd3072c"><code>4bd894b</code></a>
Use string Content-Length in testing docs (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3394">#3394</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/aed36fd5fb4844f284252a999d9abf35d3a9a1ae"><code>aed36fd</code></a>
Release 7.10.2</li>
<li>Additional commits viewable in <a
href="https://github.com/guzzle/guzzle/compare/7.10.0...7.10.4">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6f0bb70 commit ac52c5c
1 file changed
Lines changed: 23 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments