From b5852fd3519bc160b07ec6a874bdd5000cba2dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:17:15 +0000 Subject: [PATCH] chore(deps-dev): update mock requirement from ~=5.1 to ~=5.2 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 04820ee3..91df685a 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [dev-packages] httpretty = "~=1.1" -mock = "~=5.1" +mock = "~=5.2" pre-commit = "~=4.1" pytest = "~=8.3" pytest-cov = "~=5.0"