From 40cb4482dbdf3c14b8cb3fa09cef78788f007227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 09:47:59 +0200 Subject: [PATCH] Bump pytest-mock from 3.9.0 to 3.10.0 (#677) Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.9.0 to 3.10.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.coverage.txt | 2 +- requirements.testenv.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.coverage.txt b/requirements.coverage.txt index 4d34ea2db..711210391 100644 --- a/requirements.coverage.txt +++ b/requirements.coverage.txt @@ -1,3 +1,3 @@ coverage==6.5.0 pytest==7.1.3 -pytest-mock==3.9.0 +pytest-mock==3.10.0 diff --git a/requirements.testenv.txt b/requirements.testenv.txt index 750d48d68..591c5ef5b 100644 --- a/requirements.testenv.txt +++ b/requirements.testenv.txt @@ -1,3 +1,3 @@ pytest==7.1.3 -pytest-mock==3.9.0 +pytest-mock==3.10.0 pytest-xdist==2.5.0