From 76a9b5f94d8bf4ec6fa1c47af1e434526e1a4903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 01:04:38 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to v3.8.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c53792..9d51070 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,7 +538,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pytest-mock" -version = "3.7.0" +version = "3.8.1" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -699,7 +699,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "e40c51483c521bb0510c33152e83e5829d17e993af3538518a9043b67b9298d9" +content-hash = "1b9db4ae555bbba913484a59fcc13e9df3da6465f475390f8b180960161aa1b8" [metadata.files] ansible = [ @@ -1047,8 +1047,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pytest-mock = [ - {file = "pytest-mock-3.7.0.tar.gz", hash = "sha256:5112bd92cc9f186ee96e1a92efc84969ea494939c3aead39c50f421c4cc69534"}, - {file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"}, + {file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"}, + {file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"}, ] python-json-logger = [ {file = "python-json-logger-2.0.2.tar.gz", hash = "sha256:202a4f29901a4b8002a6d1b958407eeb2dd1d83c18b18b816f5b64476dde9096"}, diff --git a/pyproject.toml b/pyproject.toml index 1377ad5..55d9546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ pep8-naming = "0.13.0" pydocstyle = "6.1.1" pytest = "7.1.2" pytest-cov = "3.0.0" -pytest-mock = "3.7.0" +pytest-mock = "3.8.1" tomli = "2.0.1" yapf = "0.32.0" toml = "0.10.2"