From a51e451a1fcc4197dc3c5f9cd0a6875eb810a768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 00:45:42 +0000 Subject: [PATCH] [pip] Bump mock from 5.1.0 to 5.2.0 Bumps [mock](https://github.com/testing-cabal/mock) from 5.1.0 to 5.2.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index fb1b4ab..fa15397 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,6 +1,6 @@ autopep8==2.3.1 click==8.1.8 coverage==7.6.1 -mock==5.1.0 +mock==5.2.0 nose==1.3.7 requests==2.32.3