From f2bb7c1406295559042b8a93dc37145ffb11b0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 02:21:20 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 5.1.0 in /src/python Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.1.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/2.0.0...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/requirements_test.txt b/src/python/requirements_test.txt index b228d86f8..0eb000f70 100644 --- a/src/python/requirements_test.txt +++ b/src/python/requirements_test.txt @@ -1,5 +1,5 @@ pexpect==4.6 -mock==2.0.0 +mock==5.1.0 pytest==7.4.2 pytest-xdist==3.3.1 pytest-timeout==2.1.0