From ddf4bedbce0ba4a92fab8fec47e4ad3b79f94805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 8 May 2019 13:12:16 +0000 Subject: [PATCH] Bump mock from 3.0.3 to 3.0.5 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.3 to 3.0.5. - [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.3...3.0.5) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62c20bbf..095383ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ async-generator==1.10; python_version>="3.6" codacy-coverage==1.3.11 -mock==3.0.3 +mock==3.0.5 pytest-cov==2.7.1 pytest-tornasync; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6"