From 6d1991ec17379ad9cad18edfc7a38ed9c5296fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:01:43 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 5.2.0 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.2.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/2.0.0...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 80c9409..0f5cda9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ # These are for testing factory-boy==2.7.0 fake-factory==0.5.7 -mock==2.0.0 +mock==5.2.0 pytest==6.2.5 pytest-django==4.5.2 more-itertools<=8.10.0