From 71cad950794a8f2d584a1e829aeeac408b41e08d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 13:31:57 +0200 Subject: [PATCH] Fix bounds on mock --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b9f0c88..af9be31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,7 +65,7 @@ install_requires = [options.extras_require] test = hcloud >= 1.6.3 - mock >= 4.0.2, < 4 + mock >= 4.0.2, < 5 pytest-cov >= 2.8.1, < 3 pytest-helpers-namespace >= 2019.1.8, < 2020 pytest-mock >= 3.1.0, < 4