From df65eca4b7255920c39081cdbe27a39730bc24d3 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:33:52 +0000 Subject: [PATCH] Update dependency pytest-mock to v1.13.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d3e187e..44d83d8 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==1.13.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 8e240e0..901db3b 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==1.13.0", "pytest-watch==4.1.0", "python-jenkins==0.4.13", "PyYAML>=4.2b1",