From 7abd2799a13209d14fee2747834ca1cb9444367c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 20:59:53 +0000 Subject: [PATCH] Update dependency pytest-mock to v3.7.0 --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 6bf59307f..6b49ac51e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1544,11 +1544,11 @@ pytest = ">=2.6.0" [[package]] name = "pytest-mock" -version = "3.6.1" +version = "3.7.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] pytest = ">=5.0" @@ -3131,8 +3131,8 @@ pytest-env = [ {file = "pytest-env-0.6.2.tar.gz", hash = "sha256:7e94956aef7f2764f3c147d216ce066bf6c42948bb9e293169b1b1c880a580c2"}, ] pytest-mock = [ - {file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"}, - {file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"}, + {file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"}, + {file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"}, ] pytest-randomly = [ {file = "pytest-randomly-3.10.3.tar.gz", hash = "sha256:22154cdcff7ba44e0599596490e6b75278ca973a33812ea6a54bf14d0b042ef1"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 3c8e3b129..73276c081 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -64,7 +64,7 @@ pytest = "==6.2.5" pytest-cov = "==2.12.1" pytest-django = "==4.5.2" pytest-env = "==0.6.2" -pytest-mock = "==3.6.1" +pytest-mock = "==3.7.0" pytest-randomly = "==3.10.3" pytest-sugar = "==0.9.4" pytest-asyncio = "==0.17.2"