From 17c1db30b90999dc3d9fde0704fcf00f55a35fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 04:09:48 +0000 Subject: [PATCH] Bump pytest-mock from 3.11.1 to 3.12.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.12.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.11.1...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64d7929..44709c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ pytest-cov==4.1.0 # via -r requirements.in pytest-instafail==0.5.0 # via -r requirements.in -pytest-mock==3.11.1 +pytest-mock==3.12.0 # via -r requirements.in pytest-sugar==0.9.7 # via -r requirements.in