From c4b9d8958c55aa8a5ed375084e1767941ddbd7e0 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, 22 Mar 2024 05:58:48 +0000 Subject: [PATCH] [NEUTRAL] 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..97ae27f 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.14.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 8e240e0..adf36b9 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.14.0", "pytest-watch==4.1.0", "python-jenkins==0.4.13", "PyYAML>=4.2b1",