From b0c4d36c3fda0366c16e2604aa213d76211f48b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:16:45 +0000 Subject: [PATCH] chore(deps): update pytest-mock requirement from >=3.10.0 to >=3.15.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc3b4b4..3a8fd3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pydantic>=2.0.0 rich>=13.0.0 pytest>=7.0.0 pytest-cov>=4.0.0 -pytest-mock>=3.10.0 +pytest-mock>=3.15.1 pytest-asyncio>=0.21.0