Update dependency pytest-mock to v3.7.0

This commit is contained in:
Renovate Bot 2022-02-01 20:59:53 +00:00 committed by JuniorJPDJ
parent fc24003475
commit 7abd2799a1
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -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"},

View File

@ -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"