Skip to content

Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0#1778

Merged
williamjallen merged 1 commit intomasterfrom
dependabot/composer/guzzlehttp/guzzle-7.8.0
Nov 2, 2023
Merged

Bump guzzlehttp/guzzle from 7.7.0 to 7.8.0#1778
williamjallen merged 1 commit intomasterfrom
dependabot/composer/guzzlehttp/guzzle-7.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps guzzlehttp/guzzle from 7.7.0 to 7.8.0.

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.8.0

See change log for changes.

Release 7.7.1

See change log for changes.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.8.0 - 2023-08-27

Added

  • Support for PHP 8.3
  • Added automatic closing of handles on CurlFactory object destruction

7.7.1 - 2023-08-27

Changed

  • Remove the need for AllowDynamicProperties in CurlMultiHandler
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 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)

@williamjallen williamjallen added this pull request to the merge queue Nov 1, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 1, 2023
@williamjallen
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.8.0 branch 2 times, most recently from 0be9026 to 44691c1 Compare November 1, 2023 19:48
@williamjallen williamjallen added this pull request to the merge queue Nov 1, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 1, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.8.0 branch from 44691c1 to 24c8051 Compare November 1, 2023 21:34
@williamjallen williamjallen added this pull request to the merge queue Nov 1, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 1, 2023
@dependabot dependabot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.8.0 branch from 24c8051 to 8fcbca9 Compare November 1, 2023 22:50
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.7.0...7.8.0)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/guzzlehttp/guzzle-7.8.0 branch from 8fcbca9 to 8355619 Compare November 1, 2023 22:50
@williamjallen williamjallen added this pull request to the merge queue Nov 1, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 2, 2023
@williamjallen williamjallen added this pull request to the merge queue Nov 2, 2023
Merged via the queue into master with commit ca9b1a8 Nov 2, 2023
@williamjallen williamjallen deleted the dependabot/composer/guzzlehttp/guzzle-7.8.0 branch November 2, 2023 13:23
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.7.0
to 7.8.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.8.0</h2>
<p>See <a
href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change
log</a> for changes.</p>
<h2>Release 7.7.1</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.8/CHANGELOG.md">guzzlehttp/guzzle's
changelog</a>.</em></p>
<blockquote>
<h2>7.8.0 - 2023-08-27</h2>
<h3>Added</h3>
<ul>
<li>Support for PHP 8.3</li>
<li>Added automatic closing of handles on <code>CurlFactory</code>
object destruction</li>
</ul>
<h2>7.7.1 - 2023-08-27</h2>
<h3>Changed</h3>
<ul>
<li>Remove the need for <code>AllowDynamicProperties</code> in
<code>CurlMultiHandler</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/guzzle/guzzle/commit/1110f66a6530a40fe7aea0378fe608ee2b2248f9"><code>1110f66</code></a>
Release 7.8.0 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3170">#3170</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/2055ef6f155e8b1226502c70c1c5e977fce11b77"><code>2055ef6</code></a>
Merge branch '7.7' into 7.8</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/085b026db54d4b5012f727c80c9958e8b8cbc454"><code>085b026</code></a>
Release 7.7.1 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3169">#3169</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/72aa33d21fb3f3da91d0f5cedfcad3e397d25ceb"><code>72aa33d</code></a>
Update SA tools (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3168">#3168</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/01531d17ef103e34975f34e8b2d4d15f9d540b0d"><code>01531d1</code></a>
Use node 18 in CI (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3167">#3167</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/e21a355f79a874577de8afebe18d43250d8714c7"><code>e21a355</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/240a0d47d008d25c4ce8b57441d368ab53697986"><code>240a0d4</code></a>
Bump min versions for PHP 8.3 support</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/009674abc1703e55f16da1267c7e862ab78d00bd"><code>009674a</code></a>
Run CI with PHP 8.3 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3157">#3157</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/2ca50cee78091a2f49a64353ff44737e4189403b"><code>2ca50ce</code></a>
Added automatic closing of curl handles on CurlFactory object
destruction (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3">#3</a>...</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/21314fd3f7b673044ec49b7a0b1d0b2ede2d57ff"><code>21314fd</code></a>
Remove the need for <code>AllowDynamicProperties</code> in
CurlMultiHandler (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3158">#3158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/guzzle/guzzle/compare/7.7.0...7.8.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.7.0&new-version=7.8.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 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>
zackgalbreath pushed a commit that referenced this pull request Nov 3, 2023
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.7.0
to 7.8.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.8.0</h2>
<p>See <a
href="https://github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md">change
log</a> for changes.</p>
<h2>Release 7.7.1</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.8/CHANGELOG.md">guzzlehttp/guzzle's
changelog</a>.</em></p>
<blockquote>
<h2>7.8.0 - 2023-08-27</h2>
<h3>Added</h3>
<ul>
<li>Support for PHP 8.3</li>
<li>Added automatic closing of handles on <code>CurlFactory</code>
object destruction</li>
</ul>
<h2>7.7.1 - 2023-08-27</h2>
<h3>Changed</h3>
<ul>
<li>Remove the need for <code>AllowDynamicProperties</code> in
<code>CurlMultiHandler</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/guzzle/guzzle/commit/1110f66a6530a40fe7aea0378fe608ee2b2248f9"><code>1110f66</code></a>
Release 7.8.0 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3170">#3170</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/2055ef6f155e8b1226502c70c1c5e977fce11b77"><code>2055ef6</code></a>
Merge branch '7.7' into 7.8</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/085b026db54d4b5012f727c80c9958e8b8cbc454"><code>085b026</code></a>
Release 7.7.1 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3169">#3169</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/72aa33d21fb3f3da91d0f5cedfcad3e397d25ceb"><code>72aa33d</code></a>
Update SA tools (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3168">#3168</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/01531d17ef103e34975f34e8b2d4d15f9d540b0d"><code>01531d1</code></a>
Use node 18 in CI (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3167">#3167</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/e21a355f79a874577de8afebe18d43250d8714c7"><code>e21a355</code></a>
Update ci.yml</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/240a0d47d008d25c4ce8b57441d368ab53697986"><code>240a0d4</code></a>
Bump min versions for PHP 8.3 support</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/009674abc1703e55f16da1267c7e862ab78d00bd"><code>009674a</code></a>
Run CI with PHP 8.3 (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3157">#3157</a>)</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/2ca50cee78091a2f49a64353ff44737e4189403b"><code>2ca50ce</code></a>
Added automatic closing of curl handles on CurlFactory object
destruction (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3">#3</a>...</li>
<li><a
href="https://github.com/guzzle/guzzle/commit/21314fd3f7b673044ec49b7a0b1d0b2ede2d57ff"><code>21314fd</code></a>
Remove the need for <code>AllowDynamicProperties</code> in
CurlMultiHandler (<a
href="https://redirect.github.com/guzzle/guzzle/issues/3158">#3158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/guzzle/guzzle/compare/7.7.0...7.8.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.7.0&new-version=7.8.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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments