From d4202c127a739582a698c48f7c998e93d6613e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:40:30 +0000 Subject: [PATCH] Update pytest-mock requirement from ~=3.11.1 to ~=3.12.0 (#85) 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.11.1...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a9de82f3..ffd68d79 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,7 +7,7 @@ pre-commit<4 Pyjwt~=2.8.0 pytest==7.4.* pytest-cov~=4.1.0 -pytest-mock~=3.11.1 +pytest-mock~=3.12.0 pytest-xdist==3.* security~=1.2.0 types-mock==5.1.*