From dafbb3097d38f4bd900162f23dcdf6af24fa5643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 02:52:42 +0000 Subject: [PATCH] deps(deps): Update pytest-mock requirement in /software/driver 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.11.1...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- software/driver/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/driver/requirements-test.txt b/software/driver/requirements-test.txt index 2e8a15b..8fb67ab 100644 --- a/software/driver/requirements-test.txt +++ b/software/driver/requirements-test.txt @@ -3,7 +3,7 @@ # Core testing pytest>=7.4.0 pytest-cov>=4.1.0 -pytest-mock>=3.11.1 +pytest-mock>=3.15.1 # Code quality flake8>=6.1.0