From 6d45f76b84824d048084ebb4d38e5cd6e85fbb52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 21:55:11 +0000 Subject: [PATCH] Bump pytest-mock from 3.3.0 to 3.5.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.3.0 to 3.5.1. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.3.0...v3.5.1) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 407ffff..472a335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -354,7 +354,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "virtualenv"] [[package]] name = "pytest-mock" -version = "3.3.0" +version = "3.5.1" description = "Thin-wrapper around the mock package for easier use with pytest" category = "dev" optional = false @@ -495,7 +495,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "1960aba6bab42d2165c1b3705eb6f1a39f0dcc22a0699f92991fe35f185a0705" +content-hash = "b2ab9abef1753a85038a72e2076f4ab9571dd157b2715b5f10c3d7b311c74349" [metadata.files] appdirs = [ @@ -713,8 +713,8 @@ pytest-cov = [ {file = "pytest_cov-2.8.1-py2.py3-none-any.whl", hash = "sha256:cdbdef4f870408ebdbfeb44e63e07eb18bb4619fae852f6e760645fa36172626"}, ] pytest-mock = [ - {file = "pytest-mock-3.3.0.tar.gz", hash = "sha256:1d146a6e798b9e6322825e207b4e0544635e679b69253e6e01a221f45945d2f6"}, - {file = "pytest_mock-3.3.0-py3-none-any.whl", hash = "sha256:0061f9e8f14b77d0f3915a00f18b1b71f07da3c8bd66994e42ee91537681a76e"}, + {file = "pytest-mock-3.5.1.tar.gz", hash = "sha256:a1e2aba6af9560d313c642dae7e00a2a12b022b80301d9d7fc8ec6858e1dd9fc"}, + {file = "pytest_mock-3.5.1-py3-none-any.whl", hash = "sha256:379b391cfad22422ea2e252bdfc008edd08509029bcde3c25b2c0bd741e0424e"}, ] regex = [ {file = "regex-2019.11.1-cp27-none-win32.whl", hash = "sha256:604dc563a02a74d70ae1f55208ddc9bfb6d9f470f6d1a5054c4bd5ae58744ab1"}, diff --git a/pyproject.toml b/pyproject.toml index 3884ea1..85a6b29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ requests-mock = "*" yarl = "*" mypy = "*" deepdiff = "^5.2" -pytest-mock = "^3.3" +pytest-mock = "^3.5" [tool.poetry.scripts] coub-oauth2-server = "console.dummy_oauth2_server:main"