From da7be66134e5a8f8e6177fb3bbd5507097308f9e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 6 Nov 2022 18:47:01 +0000 Subject: [PATCH] Update dependency pytest-mock to v3.10.0 (develop) --- 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 20b75c5ac..a12ce0fc3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1602,7 +1602,7 @@ test = ["coverage (>=6.5)", "pytest-mock (>=3.10)"] [[package]] name = "pytest-mock" -version = "3.8.2" +version = "3.10.0" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -2199,7 +2199,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "3c37b51a8eb4fd2142de502fa58ea0f2964072e1e7b4f31bf109e4de6efce6b3" +content-hash = "835a2bc1b847dea3d2b5e5296122b317fbe83160a0bbf1e742460f5fa2304a03" [metadata.files] aiohttp = [ @@ -3361,8 +3361,8 @@ pytest-env = [ {file = "pytest_env-0.8.1.tar.gz", hash = "sha256:d7b2f5273ec6d1e221757998bc2f50d2474ed7d0b9331b92556011fadc4e9abf"}, ] pytest-mock = [ - {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, - {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, + {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, + {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, ] pytest-randomly = [ {file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index e4f06aaba..80508b58c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -67,7 +67,7 @@ pytest = "==7.2.0" pytest-cov = "==3.0.0" pytest-django = "==4.5.2" pytest-env = "==0.8.1" -pytest-mock = "==3.8.2" +pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.6" pytest-asyncio = "==0.20.1"