From 28b70c5582de1c93ee3ea2eb732bf4e4944ae674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:42:53 +0000 Subject: [PATCH] chore(deps): update dependency codeception/module-asserts to ^3.2.1 | datasource | package | from | to | | ---------- | -------------------------- | ----- | ----- | | packagist | codeception/module-asserts | 3.2.0 | 3.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 2925860..c966171 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "codeception/codeception": "^5.3.2", - "codeception/module-asserts": "^3.2.0", + "codeception/module-asserts": "^3.2.1", "codeception/module-phpbrowser": "^3.0.2", "friendsofphp/php-cs-fixer": "3.89.1", "jane-php/open-api-3": "^7.9.0", diff --git a/composer.lock b/composer.lock index 88b623b..3e315cc 100644 --- a/composer.lock +++ b/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": "fcce5795901dec5bf15359ba7e17c5dc", + "content-hash": "e68d857cdda5228667e1eb42132e18a3", "packages": [ { "name": "clue/stream-filter", @@ -3589,21 +3589,21 @@ }, { "name": "codeception/module-asserts", - "version": "3.2.0", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/Codeception/module-asserts.git", - "reference": "eb1f7c980423888f3def5116635754ae4a75bd47" + "reference": "8acceb7915a9645230bde14c305c5652d5b229db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/eb1f7c980423888f3def5116635754ae4a75bd47", - "reference": "eb1f7c980423888f3def5116635754ae4a75bd47", + "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/8acceb7915a9645230bde14c305c5652d5b229db", + "reference": "8acceb7915a9645230bde14c305c5652d5b229db", "shasum": "" }, "require": { "codeception/codeception": "*@dev", - "codeception/lib-asserts": "^2.2", + "codeception/lib-asserts": "^2.2 | ^3.0.1", "php": "^8.2" }, "conflict": { @@ -3640,9 +3640,9 @@ ], "support": { "issues": "https://github.com/Codeception/module-asserts/issues", - "source": "https://github.com/Codeception/module-asserts/tree/3.2.0" + "source": "https://github.com/Codeception/module-asserts/tree/3.2.1" }, - "time": "2025-05-02T02:33:11+00:00" + "time": "2025-10-26T13:12:55+00:00" }, { "name": "codeception/module-phpbrowser",