From 0d67ad2e0ec13b7bfc4da39507b49cf625e89afd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:28:53 +0000 Subject: [PATCH] [deps]: Update pytest-mock to v3.14.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4aeb0a1..a75e3b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -635,17 +635,17 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-mock" -version = "3.12.0" +version = "3.14.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, - {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, + {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, + {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, ] [package.dependencies] -pytest = ">=5.0" +pytest = ">=6.2.5" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] @@ -966,4 +966,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "78fa4ddd19f415208512bd9d66afd968528ff8d3c08890a2ec4ebe5a2e943a73" +content-hash = "1f438d9568e68247937156c99ec207a8e7ae51306fd380dbde6e7d5d3c03b6d9" diff --git a/pyproject.toml b/pyproject.toml index 5c48b8e..6ecab22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ optional = true [tool.poetry.group.test.dependencies] pytest = "8.2.2" -pytest-mock = "3.12.0" +pytest-mock = "3.14.0" pytest-httpserver = "1.0.10" [tool.mypy]