From a0fff5c0fd29b464e7dfaa144ad69e8d3bf9921a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 08:01:26 +0100 Subject: [PATCH] Bump mock from 4.0.2 to 4.0.3 (#387) Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.2 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/4.0.2...4.0.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7c87fc541b..46c9263ac3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,7 @@ ################ # Mocks (stdlib ones change between versions of Python, so are not consistent in behaviour like the backport is). -mock==4.0.2 +mock==4.0.3 # Py.test stuff. pytest==6.1.2