requirements-dev: Fix version of mock to 2.0.0

Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
Christopher Crone 2019-02-05 10:50:25 +01:00 committed by Ulysses Souza
parent 4585db124a
commit 28310b3ba4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
coverage==4.4.2
flake8==3.5.0
mock>=1.0.1
mock==2.0.0
pytest==3.6.3
pytest-cov==2.5.1