From bec614872a1bad8c7d0d783c24ee3dca39da762e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 08:35:56 +0000 Subject: [PATCH] Bump pytest-mock from 3.6.0 to 3.6.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.0 to 3.6.1. - [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.6.0...v3.6.1) Signed-off-by: dependabot[bot] --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 059192ce..363ec3ad 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -3,5 +3,5 @@ click==8.0.0 pytest==6.2.4 pytest-asyncio==0.15.1 pytest-cov==2.12.0 -pytest-mock==3.6.0 +pytest-mock==3.6.1 pytest-timeout==1.4.2