From a9a33523d5c474807c15cae5d2ae95c13ca6cfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 20:03:10 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 5.0.0 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.0.0. - [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.0) --- 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..b7f79bc 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,4 @@ -mock==2.0.0 +mock==5.0.0 pytest==7.1.2 pytest-cov==3.0.0 python-coveralls==2.9.3