From b76387b862435af946e1fbc18db9934ca6492fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 01:18:42 +0000 Subject: [PATCH] Chore(deps-dev): Update guzzlehttp/guzzle requirement Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.1...7.9.2) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tests/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/composer.json b/tests/integration/composer.json index e568e5fcb..1ea19fec5 100644 --- a/tests/integration/composer.json +++ b/tests/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~9", "behat/behat": "~3.14.0", - "guzzlehttp/guzzle": "7.9.1", + "guzzlehttp/guzzle": "7.9.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.6.0", "symfony/event-dispatcher": "~5.4"