From 92f8414e71f50b93d29c5d75df6c7067b947475b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 04:41:06 +0000 Subject: [PATCH] build(deps): bump mock from 5.1.0 to 5.2.0 Bumps [mock](https://github.com/testing-cabal/mock) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 033171287..4b7c82c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ unit = [ "coverage==7.6.1", "docker==7.1.0", "hypothesis==6.112.4", - "mock==5.1.0", + "mock==5.2.0", ] mypy = [ "mypy-zope==1.0.9",