From 2258638555a3204c809dda85a303c3549e714832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:37:41 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to v3.11.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6656983..1b6704f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -658,14 +658,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.11.1" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, + {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, ] [package.dependencies] @@ -1132,4 +1132,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "a04ccf51155c8353a7e87111338395ed1178deb64c13ad3b4c504ddcc5e6b716" +content-hash = "00b64a5d5d2e18ca364ae1bbc1afa045c2e74be35ede36088735f7ea7fd5d9c0" diff --git a/pyproject.toml b/pyproject.toml index 18753ef..9cdefaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docker-tidy = "dockertidy.cli:main" [tool.poetry.group.dev.dependencies] ruff = "0.0.272" pytest = "7.3.2" -pytest-mock = "3.10.0" +pytest-mock = "3.11.1" pytest-cov = "4.1.0" toml = "0.10.2" yapf = "0.40.0"