From 093db784ac02713be22c11064408b6be1ef36414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 13:07:29 +0000 Subject: [PATCH] build(deps): bump pytest-mock from 3.7.0 to 3.9.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.7.0 to 3.9.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.7.0...v3.9.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-testing.txt b/tests/requirements-testing.txt index 47ca8d1eefb..840d2ab3b94 100644 --- a/tests/requirements-testing.txt +++ b/tests/requirements-testing.txt @@ -5,5 +5,5 @@ importlib-metadata==3.1.0;python_version<"3.8" mypy==0.950 pytest==7.1.2 pytest-cov==3.0.0 -pytest-mock==3.7.0 +pytest-mock==3.9.0 pytest-sugar==0.9.4