From 80133d8c5816a3f3d8c67df7bac7644b241b32dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:31:55 +0000 Subject: [PATCH] build(deps-dev): 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.14.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9a5931..c0e0286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ esctl = "esctl.cli:app" dev = ["ruff>=0.15.20,<0.16"] test = [ "pytest>=8.0.0,<9", - "pytest-mock>=3.14.0,<4", + "pytest-mock>=3.15.1,<4", "testcontainers[elasticsearch,k3s]>=4.14.2,<5", ] docs = [