From 18b43633815bd3309e0d9a69680cb58d4d09c296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 01:03:03 +0000 Subject: [PATCH] Update mock requirement from >=1.0.1 to >=5.2.0 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/1.0.1...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production ... 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 df4a740..453bd60 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ -r requirements.txt coverage coveralls -mock>=1.0.1 +mock>=5.2.0 tox