Open renovate[bot] opened 6 months ago
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:
The artifact failure details are included below:
Command failed: composer update guzzlehttp/guzzle:7.8.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
- phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
- phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.
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:
The artifact failure details are included below:
Command failed: composer update guzzlehttp/guzzle:7.9.2 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires doctrine/dbal 4.0.1 (exact version match: 4.0.1 or 4.0.1.0), found doctrine/dbal[4.0.1] but the package is fixed to 3.3.7 (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.
Problem 2
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.9) does not satisfy that requirement.
- phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
- phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
This PR contains the following updates:
7.4.5
->7.9.2
Release Notes
guzzle/guzzle (guzzlehttp/guzzle)
### [`v7.9.2`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#792---2024-07-24) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.9.1...7.9.2) ##### Fixed - Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0 ### [`v7.9.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#791---2024-07-19) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.9.0...7.9.1) ##### Fixed - Fix TLS 1.3 check for HTTP/2 requests ### [`v7.9.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#790---2024-07-18) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.8.2...7.9.0) ##### Changed - Improve protocol version checks to provide feedback around unsupported protocols - Only select the cURL handler by default if 7.34.0 or higher is linked - Improved `CurlMultiHandler` to avoid busy wait if possible - Dropped support for EOL `guzzlehttp/psr7` v1 - Improved URI user info redaction in errors ### [`v7.8.2`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#782---2024-07-18) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.8.1...7.8.2) ##### Added - Support for PHP 8.4 ### [`v7.8.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#781---2023-12-03) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.8.0...7.8.1) ##### Changed - Updated links in docs to their canonical versions - Replaced `call_user_func*` with native calls ### [`v7.8.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#780---2023-08-27) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.7.1...7.8.0) ##### Added - Support for PHP 8.3 - Added automatic closing of handles on `CurlFactory` object destruction ### [`v7.7.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#771---2023-08-27) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.7.0...7.7.1) ##### Changed - Remove the need for `AllowDynamicProperties` in `CurlMultiHandler` ### [`v7.7.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#770---2023-05-21) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.6.1...7.7.0) ##### Added - Support `guzzlehttp/promises` v2 ### [`v7.6.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#761---2023-05-15) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.6.0...7.6.1) ##### Fixed - Fix `SetCookie::fromString` MaxAge deprecation warning and skip invalid MaxAge values ### [`v7.6.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#760---2023-05-14) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.5.3...7.6.0) ##### Added - Support for setting the minimum TLS version in a unified way - Apply on request the version set in options parameters ### [`v7.5.3`](https://togithub.com/guzzle/guzzle/releases/tag/7.5.3) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.5.2...7.5.3) See [change log](CHANGELOG.md) for changes. ### [`v7.5.2`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#752---2023-05-14) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.5.1...7.5.2) ##### Fixed - Fixed set cookie constructor validation - Fixed handling of files with `'0'` body ##### Changed - Corrected docs and default connect timeout value to 300 seconds ### [`v7.5.1`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#751---2023-04-17) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.5.0...7.5.1) ##### Fixed - Fixed `NO_PROXY` settings so that setting the `proxy` option to `no` overrides the env variable ##### Changed - Adjusted `guzzlehttp/psr7` version constraint to `^1.9.1 || ^2.4.5` ### [`v7.5.0`](https://togithub.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#750---2022-08-28) [Compare Source](https://togithub.com/guzzle/guzzle/compare/7.4.5...7.5.0) ##### Added - Support PHP 8.2 - Add request to delay closure paramsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.