From b81240ad66fb29078da056ce7432d4195f80326f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:21:09 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mock from 3.4.0 to 3.5.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.4.0 to 3.5.0. - [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.4.0...v3.5.0) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5dac4cd3..e9f45d06 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "==20.8b1" pytest = "==6.2.1" pytest-asyncio = "==0.14.0" pytest-cov = "==2.10.1" -pytest-mock = "==3.4.0" +pytest-mock = "==3.5.0" mock = "==4.0.3" pre-commit = "==2.9.3" commitizen = "==2.13.0"