From 3da6f035d9a79e0bfb53dd34bd185e86beb017cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:23:41 +0000 Subject: [PATCH] build(deps-dev): Bump pytest-mock from 3.7.0 to 3.8.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.7.0 to 3.8.1. - [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.7.0...v3.8.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f457c6bc62..6a87e8470e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -122,7 +122,7 @@ tests = pytest==7.1.2 pytest-cov==3.0.0 pytest-xdist==2.5.0 - pytest-mock==3.7.0 + pytest-mock==3.8.1 pytest-lazy-fixture==0.6.3 # https://github.com/docker/docker-py/issues/2902 pytest-docker==0.11.0; python_version < '3.10' or sys_platform != 'win32'