From 75abdaaeed0ec13ba22ce9c822101d094d04dfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:35:25 +0000 Subject: [PATCH] build(deps): update pytest-mock requirement Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.10.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/blueprint_parser_creator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/blueprint_parser_creator/requirements.txt b/demo/blueprint_parser_creator/requirements.txt index b96e61ad..4ef40f82 100644 --- a/demo/blueprint_parser_creator/requirements.txt +++ b/demo/blueprint_parser_creator/requirements.txt @@ -25,4 +25,4 @@ numpy>=1.24.0 # Testing dependencies pytest>=9.1.1 -pytest-mock>=3.10.0 +pytest-mock>=3.15.1