From cb79faaee616d05c987c39d3c745d9610ad3e42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 05:13:41 +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/rtd.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/rtd.txt b/requirements/rtd.txt index 0e75e47b..7f69044f 100644 --- a/requirements/rtd.txt +++ b/requirements/rtd.txt @@ -14,7 +14,7 @@ pyspf==2.0.14 # rq.filter: ==2.0.12t spoon==1.0.6 dnspython3==1.12.0 py3dns==3.1.0 -mock==2.0.0 +mock==4.0.3 pytest==2.9.1 pytest-cov==2.2.1 python-coveralls==2.7.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index acce5f5d..9d582410 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # Requirements for running tests. -mock==2.0.0 +mock==4.0.3 pytest==2.9.1 pytest-cov==2.2.1 python-coveralls==2.7.0