From 8d874c61d2e38faac584102ccd76487d6777c3a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:49:58 +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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 480b9d7..708e10c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pytest pytest-flakes pytest-sugar pytest-pep8 -mock>=1.0.1 +mock>=5.2.0 pytest-coverage codecov