From 40a76c466226fcdb90755a548a781e2bdcfa9df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:05:27 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 5.0.1 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.0.1. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/2.0.0...5.0.1) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 9432b39..9cbd37c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,4 @@ -mock==2.0.0 +mock==5.0.1 pytest==7.1.2 pytest-cov==3.0.0 python-coveralls==2.9.3