Open renovate[bot] opened 1 year 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.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
- nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.9) does not satisfy that requirement.
- league/commonmark 2.4.0 requires league/config ^1.1.1 -> satisfiable by league/config[v1.2.0].
- laravel/framework v10.9.0 requires league/commonmark ^2.2.1 -> satisfiable by league/commonmark[2.4.0].
- league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3].
- laravel/framework is locked to version v10.9.0 and an update of this package was not requested.
This PR contains the following updates:
^7.5.1
->^7.9.2
Release Notes
guzzle/guzzle (guzzlehttp/guzzle)
### [`v7.9.2`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#792---2024-07-24) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#791---2024-07-19) [Compare Source](https://redirect.github.com/guzzle/guzzle/compare/7.9.0...7.9.1) ##### Fixed - Fix TLS 1.3 check for HTTP/2 requests ### [`v7.9.0`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#790---2024-07-18) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#782---2024-07-18) [Compare Source](https://redirect.github.com/guzzle/guzzle/compare/7.8.1...7.8.2) ##### Added - Support for PHP 8.4 ### [`v7.8.1`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#781---2023-12-03) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#780---2023-08-27) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#771---2023-08-27) [Compare Source](https://redirect.github.com/guzzle/guzzle/compare/7.7.0...7.7.1) ##### Changed - Remove the need for `AllowDynamicProperties` in `CurlMultiHandler` ### [`v7.7.0`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#770---2023-05-21) [Compare Source](https://redirect.github.com/guzzle/guzzle/compare/7.6.1...7.7.0) ##### Added - Support `guzzlehttp/promises` v2 ### [`v7.6.1`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#761---2023-05-15) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#760---2023-05-14) [Compare Source](https://redirect.github.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://redirect.github.com/guzzle/guzzle/releases/tag/7.5.3) [Compare Source](https://redirect.github.com/guzzle/guzzle/compare/7.5.2...7.5.3) See [change log](CHANGELOG.md) for changes. ### [`v7.5.2`](https://redirect.github.com/guzzle/guzzle/blob/HEAD/CHANGELOG.md#752---2023-05-14) [Compare Source](https://redirect.github.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 secondsConfiguration
📅 Schedule: Branch creation - "on the first day of the month" in timezone Asia/Shanghai, 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.