From 82d9e5e9955395523c2e68e6696bfc3d51543d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:08:21 +0000 Subject: [PATCH] Bump pytest-mock from 1.10.1 to 3.12.0 in /server Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 1.10.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/v1.10.1...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/dev-requirements.txt b/server/dev-requirements.txt index 303bdb6..eb9ab35 100644 --- a/server/dev-requirements.txt +++ b/server/dev-requirements.txt @@ -5,7 +5,7 @@ sphinx sphinx-autobuild pytest==8.0.1 pytest-cov==2.6.1 -pytest-mock==1.10.1 +pytest-mock==3.12.0 responses>=0.10.6,<0.11 httmock wooper