From 87ec61d0a965c367f6f39e4e9968a31defd91386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 01:07:30 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to v3.8.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 04101fb..bd1fb29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -549,7 +549,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pytest-mock" -version = "3.8.1" +version = "3.8.2" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -738,7 +738,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "faaa0f722c8efa7b45b84a7da5d16950ad145f2f22a1424ac4f66c1fa696ed62" +content-hash = "83f2ed85f97339b8ead99fcd40166d44032d1fc041206839ed489cd3448e6421" [metadata.files] anyconfig = [ @@ -980,8 +980,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pytest-mock = [ - {file = "pytest-mock-3.8.1.tar.gz", hash = "sha256:2c6d756d5d3bf98e2e80797a959ca7f81f479e7d1f5f571611b0fdd6d1745240"}, - {file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"}, + {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, + {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, ] python-dotenv = [ {file = "python-dotenv-0.20.0.tar.gz", hash = "sha256:b7e3b04a59693c42c36f9ab1cc2acc46fa5df8c78e178fc33a8d4cd05c8d498f"}, diff --git a/pyproject.toml b/pyproject.toml index f3c7f04..dbae768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pep8-naming = "0.13.0" pydocstyle = "6.1.1" pytest = "7.1.2" pytest-cov = "3.0.0" -pytest-mock = "3.8.1" +pytest-mock = "3.8.2" yapf = "0.32.0" toml = "0.10.2"