From e18c5bf9e7af8499dab257d3095285886c754923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 20:17:57 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 4.0.3 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 4.0.3. - [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...4.0.3) --- 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..21cf48a 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,4 @@ -mock==2.0.0 +mock==4.0.3 pytest==7.1.2 pytest-cov==3.0.0 python-coveralls==2.9.3