From 421e83c1abed9cf8755e777ac6a843fee88e205f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 11:09:01 +0000 Subject: [PATCH] chore(deps-dev): update mock requirement from ~=4.0 to ~=5.0 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/4.0.0...5.0.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 9c382447d..204fbeb23 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "~=22.10.0" httpretty = "~=1.1" isort = "~=5.10" mypy = "~=0.982" -mock = "~=4.0" +mock = "~=5.0" pre-commit = "~=2.20" pylint = "~=2.15.3" pytest = "~=7.1"