chore(deps): update dependency pytest-mock to v3.10.0

This commit is contained in:
renovate[bot] 2022-10-10 00:10:53 +00:00
parent 70ec7b1da3
commit d53ac62a71
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -556,7 +556,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
[[package]]
name = "pytest-mock"
version = "3.9.0"
version = "3.10.0"
description = "Thin-wrapper around the mock package for easier use with pytest"
category = "dev"
optional = false
@ -745,7 +745,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "d525438cc23fd4317883d2ad5466c60e36b413d8018924ad2b1168f63985c8d9"
content-hash = "542f3a63ac4f62b7f8c52e5849024a71d1ca5c4227c44c840c4ed4da78868377"
[metadata.files]
anyconfig = [
@ -996,8 +996,8 @@ pytest-cov = [
{file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"},
]
pytest-mock = [
{file = "pytest-mock-3.9.0.tar.gz", hash = "sha256:c899a0dcc8a5f22930acd020b500abd5f956911f326864a3b979e4866e14da82"},
{file = "pytest_mock-3.9.0-py3-none-any.whl", hash = "sha256:1a1b9264224d026932d6685a0f9cef3b61d91563c3e74af9fe5afb2767e13812"},
{file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"},
{file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"},
]
python-dotenv = [
{file = "python-dotenv-0.21.0.tar.gz", hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045"},

View File

@ -58,7 +58,7 @@ pep8-naming = "0.13.2"
pydocstyle = "6.1.1"
pytest = "7.1.3"
pytest-cov = "4.0.0"
pytest-mock = "3.9.0"
pytest-mock = "3.10.0"
yapf = "0.32.0"
toml = "0.10.2"