From 17805e8edb6114d2a058498afcfab5a75b9c4080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 01:39:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-mock to v3.10.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 341318c..03e7612 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 8077a64..735a787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"