From 39dfbccc2ca472f745b1d0138c5154fb3bfc948f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 04:03:19 +0000 Subject: [PATCH] Update pytest-mock requirement from ~=3.9.0 to ~=3.10.0 Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c190f67695f..720ca5971a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,7 +107,7 @@ pyrsistent~=0.18.1 pytest~=7.1.3 pytest-cov~=4.0.0 pytest-forked~=1.4.0 -pytest-mock~=3.9.0 +pytest-mock~=3.10.0 pytest-rerunfailures~=10.2 pytest-xdist~=2.5.0 python-dateutil~=2.8.2