From 844ad37956cf2050f649ecd313e8d9a35939da57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 22:42:13 +0000 Subject: [PATCH] Bump mock from 3.0.5 to 4.0.3 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.5 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/3.0.5...4.0.3) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 964a8186299..1b194de6dba 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ coverage==5.5 ddt==1.4.2 flake8==3.8.3 gitpython==3.1.11 -mock==3.0.5 +mock==4.0.3 pytest==6.2.4; python_version >= '3.5' pytest==4.6.5; python_version < '3.5' pytest-cov==2.10.1