From 37a34dd6e6e45b2e40917c33d9aa3a40873b83bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:29:08 +0000 Subject: [PATCH] Bump pytest-mock from 3.8.2 to 3.10.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.2 to 3.10.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.8.2...v3.10.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 223a43b..1ba396d 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -10,6 +10,6 @@ pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-isort==3.0.0 -pytest-mock==3.8.2 +pytest-mock==3.10.0 pytest-sugar==0.9.5 pytest-toolbox==0.4