From d15e096b2eaac02dba59ab9379fb4260b9ec03c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:21:45 +0000 Subject: [PATCH] chore(deps-dev): update pytest-mock requirement in /packages/shared_py 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.12.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/shared_py/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared_py/requirements-dev.txt b/packages/shared_py/requirements-dev.txt index 94c07b8..3d11a77 100644 --- a/packages/shared_py/requirements-dev.txt +++ b/packages/shared_py/requirements-dev.txt @@ -3,6 +3,6 @@ pytest>=8.0 pytest-asyncio>=0.23 respx>=0.21 -pytest-mock>=3.12 +pytest-mock>=3.15.1 ruff>=0.4 pyright>=1.1