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

This commit is contained in:
renovate[bot] 2022-10-10 01:39:28 +00:00
parent a9950045ec
commit 17805e8edb
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -465,7 +465,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
@ -623,7 +623,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "5ee2a9161adf72578c8e2f08f83741d57600080ff1a947c13b80ac63cf9937f0"
content-hash = "c185d976c366132d51e2cb62a1cc8b47d2db2baa1cc604146422b6ba57ca38df"
[metadata.files]
attrs = [
@ -866,8 +866,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-json-logger = [
{file = "python-json-logger-2.0.4.tar.gz", hash = "sha256:764d762175f99fcc4630bd4853b09632acb60a6224acb27ce08cd70f0b1b81bd"},

View File

@ -56,7 +56,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"
requests-mock = "1.10.0"
yapf = "0.32.0"
toml = "0.10.2"