Bump guzzlehttp/guzzle from 7.5.1 to 7.6.0 #27

Merged
dependabot[bot] merged 1 commits from dependabot/composer/guzzlehttp/guzzle-7.6.0 into main 2023-05-18 04:35:43 -05:00
dependabot[bot] commented 2023-05-15 01:02:23 -05:00 (Migrated from github.com)

Bumps guzzlehttp/guzzle from 7.5.1 to 7.6.0.

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.6.0

See change log for changes.

Release 7.5.2

See change log for changes.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.6.0 - 2023-05-14

Added

  • Support for setting the minimum TLS version in a unified way
  • Apply on request the version set in options parameters

7.5.2 - 2023-05-14

Fixed

  • Fixed set cookie constructor validation
  • Fixed handling of files with '0' body

Changed

  • Corrected docs and default connect timeout value to 300 seconds
Commits

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 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 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)
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.5.1 to 7.6.0. <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.6.0</h2> <p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>Release 7.5.2</h2> <p>See <a href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/guzzle/guzzle/blob/7.6/CHANGELOG.md">guzzlehttp/guzzle's changelog</a>.</em></p> <blockquote> <h2>7.6.0 - 2023-05-14</h2> <h3>Added</h3> <ul> <li>Support for setting the minimum TLS version in a unified way</li> <li>Apply on request the version set in options parameters</li> </ul> <h2>7.5.2 - 2023-05-14</h2> <h3>Fixed</h3> <ul> <li>Fixed set cookie constructor validation</li> <li>Fixed handling of files with <code>'0'</code> body</li> </ul> <h3>Changed</h3> <ul> <li>Corrected docs and default connect timeout value to 300 seconds</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/guzzle/guzzle/commit/733dd89533dd371a0987172727df15f500dab0ef"><code>733dd89</code></a> Release 7.6.0 (<a href="https://redirect.github.com/guzzle/guzzle/issues/3136">#3136</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/ea2e08481f1de00972c841889f54de7e32df5695"><code>ea2e084</code></a> Apply on request the version set in options parameters (<a href="https://redirect.github.com/guzzle/guzzle/issues/3135">#3135</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/3d12c4ba3872403e4931382528e19a2e629ea280"><code>3d12c4b</code></a> Merge branch '7.5' into 7.6</li> <li><a href="https://github.com/guzzle/guzzle/commit/4019c94f08689e8b67b44800407d52133291dd4c"><code>4019c94</code></a> Release 7.5.2 (<a href="https://redirect.github.com/guzzle/guzzle/issues/3134">#3134</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/39ad11f6c79cc7966c4a7972ad677b59ea481d2e"><code>39ad11f</code></a> Corrected docs and default connect timeout value to 300 seconds (<a href="https://redirect.github.com/guzzle/guzzle/issues/3075">#3075</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/15c3f6943f16fb14f033ce939e001890bd492a23"><code>15c3f69</code></a> Fix set cookie constructor validation (<a href="https://redirect.github.com/guzzle/guzzle/issues/3133">#3133</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/a8154fcb9410c1f78414e5d0772fc69e46d5ce39"><code>a8154fc</code></a> Add support for setting crypto method in a unified way (<a href="https://redirect.github.com/guzzle/guzzle/issues/3132">#3132</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/ebd2b6bc453975a64635b4c412969e331d045c12"><code>ebd2b6b</code></a> Fix <code>0</code> body handling (<a href="https://redirect.github.com/guzzle/guzzle/issues/3131">#3131</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/255d7157b463ee2d9b3cbf891eda2691baa43076"><code>255d715</code></a> Enable <code>error_reporting=E_ALL</code> on CI (<a href="https://redirect.github.com/guzzle/guzzle/issues/3123">#3123</a>)</li> <li><a href="https://github.com/guzzle/guzzle/commit/d456dff12498d2b778d62bba83d902225c5f1e6d"><code>d456dff</code></a> Cleanup CI (<a href="https://redirect.github.com/guzzle/guzzle/issues/3122">#3122</a>)</li> <li>See full diff in <a href="https://github.com/guzzle/guzzle/compare/7.5.1...7.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guzzlehttp/guzzle&package-manager=composer&previous-version=7.5.1&new-version=7.6.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 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 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>
cloudflare-pages[bot] commented 2023-05-15 01:02:26 -05:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 630b2b1
Status:   Deploy successful!
Preview URL: https://66dab653.archblox.pages.dev
Branch Preview URL: https://dependabot-composer-guzzleht-5112.archblox.pages.dev

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>630b2b1</code> </td></tr> <tr><td><strong>Status:</strong></td><td>&nbsp;✅&nbsp; Deploy successful!</td></tr> <tr><td><strong>Preview URL:</strong></td><td> <a href='https://66dab653.archblox.pages.dev'>https://66dab653.archblox.pages.dev</a> </td></tr> <tr><td><strong>Branch Preview URL:</strong></td><td> <a href='https://dependabot-composer-guzzleht-5112.archblox.pages.dev'>https://dependabot-composer-guzzleht-5112.archblox.pages.dev</a> </td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/archblox/66dab653-c927-4e91-8726-6562d7203ed4)
Sign in to join this conversation.
No description provided.