diff --git a/requirements.txt b/requirements.txt index d3e187e..df4b638 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ requests>=2.20.0 pytest==2.9.2 pytest-cov==2.12.1 responses==0.8.1 -pytest-mock==1.2 \ No newline at end of file +pytest-mock==3.11.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 8e240e0..2a6e042 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "PyDispatcher==2.0.5", "pyparsing==2.2.0", "pytest==2.9.2", - "pytest-mock==1.2", + "pytest-mock==3.11.1", "pytest-watch==4.1.0", "python-jenkins==0.4.13", "PyYAML>=4.2b1",