[PR #6] Bump guzzlehttp/psr7 from 1.6.1 to 1.9.1 #1

Open
opened 2026-06-08 09:16:47 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Ryangr0/clean-architecture-demo/pull/6
Author: @dependabot[bot]
Created: 4/19/2023
Status: 🔄 Open

Base: masterHead: dependabot/composer/guzzlehttp/psr7-1.9.1


📝 Commits (1)

  • 3f120e1 Bump guzzlehttp/psr7 from 1.6.1 to 1.9.1

📊 Changes

1 file changed (+91 additions, -54 deletions)

View changed files

📝 composer.lock (+91 -54)

📄 Description

Bumps guzzlehttp/psr7 from 1.6.1 to 1.9.1.

Release notes

Sourced from guzzlehttp/psr7's releases.

1.9.1

See change log for changes.

1.9.0

See change log for changes.

1.8.5

See change log for changes.

1.8.4

See change log for changes.

1.8.3

See change log for changes.

1.8.2

See change log for changes.

1.8.1

See change log for changes.

1.8.0

See change log for changes.

1.7.0

See change log for changes.

Changelog

Sourced from guzzlehttp/psr7's changelog.

1.9.1 - 2023-04-17

Fixed

  • Fixed header validation issue

1.9.0 - 2022-06-20

Added

  • Added UriComparator::isCrossOrigin method

1.8.5 - 2022-03-20

Fixed

  • Correct header value validation

1.8.4 - 2022-03-20

Fixed

  • Validate header values properly

1.8.3 - 2021-10-05

Fixed

  • Return null in caching stream size if remote size is null

1.8.2 - 2021-04-26

Fixed

  • Handle possibly unset url in stream_get_meta_data

1.8.1 - 2021-03-21

Fixed

  • Issue parsing IPv6 URLs
  • Issue modifying ServerRequest lost all its attributes

1.8.0 - 2021-03-21

Added

  • Locale independent URL parsing
  • Most classes got a @final annotation to prepare for 2.0

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Ryangr0/clean-architecture-demo/pull/6 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/19/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/composer/guzzlehttp/psr7-1.9.1` --- ### 📝 Commits (1) - [`3f120e1`](https://github.com/Ryangr0/clean-architecture-demo/commit/3f120e187b63f5cb12dd243ffab1fd9927039ef1) Bump guzzlehttp/psr7 from 1.6.1 to 1.9.1 ### 📊 Changes **1 file changed** (+91 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `composer.lock` (+91 -54) </details> ### 📄 Description Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/guzzle/psr7/releases">guzzlehttp/psr7's releases</a>.</em></p> <blockquote> <h2>1.9.1</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.9.0</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.5</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.4</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.3</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.2</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.1</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.8.0</h2> <p>See <a href="https://github.com/guzzle/psr7/blob/HEAD/CHANGELOG.md">change log</a> for changes.</p> <h2>1.7.0</h2> <p>See <a href="https://github.com/guzzle/psr7/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/psr7/blob/1.9.1/CHANGELOG.md">guzzlehttp/psr7's changelog</a>.</em></p> <blockquote> <h2>1.9.1 - 2023-04-17</h2> <h3>Fixed</h3> <ul> <li>Fixed header validation issue</li> </ul> <h2>1.9.0 - 2022-06-20</h2> <h3>Added</h3> <ul> <li>Added <code>UriComparator::isCrossOrigin</code> method</li> </ul> <h2>1.8.5 - 2022-03-20</h2> <h3>Fixed</h3> <ul> <li>Correct header value validation</li> </ul> <h2>1.8.4 - 2022-03-20</h2> <h3>Fixed</h3> <ul> <li>Validate header values properly</li> </ul> <h2>1.8.3 - 2021-10-05</h2> <h3>Fixed</h3> <ul> <li>Return <code>null</code> in caching stream size if remote size is <code>null</code></li> </ul> <h2>1.8.2 - 2021-04-26</h2> <h3>Fixed</h3> <ul> <li>Handle possibly unset <code>url</code> in <code>stream_get_meta_data</code></li> </ul> <h2>1.8.1 - 2021-03-21</h2> <h3>Fixed</h3> <ul> <li>Issue parsing IPv6 URLs</li> <li>Issue modifying ServerRequest lost all its attributes</li> </ul> <h2>1.8.0 - 2021-03-21</h2> <h3>Added</h3> <ul> <li>Locale independent URL parsing</li> <li>Most classes got a <code>@final</code> annotation to prepare for 2.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/guzzle/psr7/commit/e4490cabc77465aaee90b20cfc9a770f8c04be6b"><code>e4490ca</code></a> Release 1.9.1</li> <li><a href="https://github.com/guzzle/psr7/commit/c8b21dee869ac0a61b5c38adf8c39aea33c13257"><code>c8b21de</code></a> Release 1.9.1</li> <li><a href="https://github.com/guzzle/psr7/commit/18fd8915823bd9ca4156e84849e18970057dc7e4"><code>18fd891</code></a> Patch header validation issue</li> <li><a href="https://github.com/guzzle/psr7/commit/0e7537563a4fbad4f0257a23287b723336d5cb48"><code>0e75375</code></a> Remove branch alias</li> <li><a href="https://github.com/guzzle/psr7/commit/7cd300956b8d310366d54ef5dc0c2057c622e115"><code>7cd3009</code></a> Update CI workflows (<a href="https://redirect.github.com/guzzle/psr7/issues/552">#552</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318"><code>e98e3e6</code></a> Release 1.9.0 (<a href="https://redirect.github.com/guzzle/psr7/issues/520">#520</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/337e3ad8e5716c15f9657bd214d16cc5e69df268"><code>337e3ad</code></a> Release 1.8.5 (<a href="https://redirect.github.com/guzzle/psr7/issues/491">#491</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/902db15a551a4a415e732b622282e21ce1b508b4"><code>902db15</code></a> Release 1.8.4 (<a href="https://redirect.github.com/guzzle/psr7/issues/486">#486</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"><code>1afdd86</code></a> Release 1.8.3 (<a href="https://redirect.github.com/guzzle/psr7/issues/446">#446</a>)</li> <li><a href="https://github.com/guzzle/psr7/commit/a0c4a5f6371763bb8a178839a541f407b3cbeb72"><code>a0c4a5f</code></a> Return null in caching stream size if remote is null (<a href="https://redirect.github.com/guzzle/psr7/issues/438">#438</a>)</li> <li>Additional commits viewable in <a href="https://github.com/guzzle/psr7/compare/1.6.1...1.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=guzzlehttp/psr7&package-manager=composer&previous-version=1.6.1&new-version=1.9.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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Ryangr0/clean-architecture-demo/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ryangr0/clean-architecture-demo#1
No description provided.