chore(deps): update dependency guzzlehttp/guzzle to v7.14.0 #40

Merged
Sebastian merged 1 commits from renovate/guzzlehttp-guzzle-7.x-lockfile into main 2026-07-09 23:46:21 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
guzzlehttp/guzzle (source) 7.13.07.14.0 age confidence

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [guzzlehttp/guzzle](http://guzzlephp.org/) ([source](https://github.com/guzzle/guzzle)) | `7.13.0` → `7.14.0` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/guzzlehttp%2fguzzle/7.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/guzzlehttp%2fguzzle/7.13.0/7.14.0?slim=true) | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: (in timezone UTC) - Branch creation - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Sebastian added 1 commit 2026-07-05 03:03:09 +00:00
chore(deps): update dependency guzzlehttp/guzzle to v7.13.1
PHP Unit Tests / test (pull_request) Failing after 14m4s
JS Unit Tests / test (pull_request) Failing after 14m10s
Build Test / test (pull_request) Failing after 14m25s
renovate/artifacts Artifact file update failure
9dc7a90f42
Sebastian changed title from chore(deps): update dependency guzzlehttp/guzzle to v7.13.1 to chore(deps): update dependency guzzlehttp/guzzle to v7.14.0 2026-07-09 03:05:17 +00:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update guzzlehttp/guzzle:7.14.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Dependency guzzlehttp/psr7 is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires guzzlehttp/guzzle ^7.0 -> satisfiable by guzzlehttp/guzzle[7.14.0].
    - guzzlehttp/guzzle 7.14.0 requires guzzlehttp/psr7 ^2.12.4 -> found guzzlehttp/psr7[2.12.4] but the package is fixed to 2.12.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: composer.lock ``` Command failed: composer update guzzlehttp/guzzle:7.14.0 --with-dependencies --ignore-platform-req=ext-* --ignore-platform-req=lib-* --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes Loading composer repositories with package information Dependency guzzlehttp/psr7 is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies. Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires guzzlehttp/guzzle ^7.0 -> satisfiable by guzzlehttp/guzzle[7.14.0]. - guzzlehttp/guzzle 7.14.0 requires guzzlehttp/psr7 ^2.12.4 -> found guzzlehttp/psr7[2.12.4] but the package is fixed to 2.12.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. ```
Sebastian merged commit fdfaf562a0 into main 2026-07-09 23:46:21 +00:00
Sebastian deleted branch renovate/guzzlehttp-guzzle-7.x-lockfile 2026-07-09 23:46:22 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Nodarx/provider_jmapc#40