From 9ecf6c0722d10fccc8a4ca051834d6da59e4c952 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:30:06 +0200 Subject: [PATCH] build(deps-dev): bump pytest-mock from 3.5.1 to 3.6.0 (#287) Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.5.1...v3.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9e11c212..1e593de5 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "==21.4b1" pytest = "==6.2.3" pytest-asyncio = "==0.15.1" pytest-cov = "==2.11.1" -pytest-mock = "==3.5.1" +pytest-mock = "==3.6.0" pytest-timeout = "==1.4.2" mock = "==4.0.3" pre-commit = "==2.12.1"