From f8659ea1d9f3e8c4576ed792f99d8ca3c9ef2fed Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 01:31:40 +0000 Subject: [PATCH] Update dependency pytest-mock to v3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",