From e684425cf072aa2718612655496e3befd328ea7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 04:40:41 +0000 Subject: [PATCH] Bump pytest-mock from 3.12.0 to 3.14.0 in /misc/requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.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.12.0...v3.14.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- misc/requirements/requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements_tests.txt b/misc/requirements/requirements_tests.txt index d56ca70b..43e543ed 100644 --- a/misc/requirements/requirements_tests.txt +++ b/misc/requirements/requirements_tests.txt @@ -1,6 +1,6 @@ flaky==3.8.1 pytest==8.1.1 -pytest-mock==3.12.0 +pytest-mock==3.14.0 pytest-qt==4.4.0 pytest-xvfb==3.0.0 pytest-bdd==7.1.2