From 1f36ee3a1561805a6f5b395a4d4c2e080775aa98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 13:11:58 +0000 Subject: [PATCH] Bump mock from 3.0.3 to 3.0.4 Bumps [mock](https://github.com/testing-cabal/mock) from 3.0.3 to 3.0.4. - [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.4) 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..3ed7a8c3 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.4 pytest-cov==2.7.1 pytest-tornasync; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6"