From a41a5a43a8cee41fd279eba00257d7a4e4b4627d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:13:47 +0000 Subject: [PATCH] Chore(deps-dev): Bump guzzlehttp/guzzle in /tests/integration Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/8.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/8.0.1...8.0.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/integration/composer.json | 2 +- tests/integration/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index 5b43808d1..aa999cbe4 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~13", "behat/behat": "~3.32.0", - "guzzlehttp/guzzle": "8.0.1", + "guzzlehttp/guzzle": "8.0.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.7.1", "symfony/event-dispatcher": "~5.4" diff --git a/tests/integration/composer.lock b/tests/integration/composer.lock index 55cecc890..d740ca1db 100644 --- a/tests/integration/composer.lock +++ b/tests/integration/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "341164c6f3a1abd0d6bb1a6fa9e112c1", + "content-hash": "7dbc6ea25803801425809feac5cf5d25", "packages": [], "packages-dev": [ { @@ -338,21 +338,21 @@ }, { "name": "guzzlehttp/guzzle", - "version": "8.0.1", + "version": "8.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "3aeea0406aab88cbbd86531313d7cebf8ae149a4" + "reference": "d1cbca76970939a9c2ced55b1e25ea26f34fc773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3aeea0406aab88cbbd86531313d7cebf8ae149a4", - "reference": "3aeea0406aab88cbbd86531313d7cebf8ae149a4", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d1cbca76970939a9c2ced55b1e25ea26f34fc773", + "reference": "d1cbca76970939a9c2ced55b1e25ea26f34fc773", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^3.0", + "guzzlehttp/promises": "^3.0.1", "guzzlehttp/psr7": "^3.0", "php": "^7.4 || ^8.0", "psr/http-client": "^1.0", @@ -444,7 +444,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/8.0.1" + "source": "https://github.com/guzzle/guzzle/tree/8.0.2" }, "funding": [ { @@ -460,7 +460,7 @@ "type": "tidelift" } ], - "time": "2026-07-26T23:23:24+00:00" + "time": "2026-08-05T19:50:26+00:00" }, { "name": "guzzlehttp/promises",