From 8a8f1d3af92d3fa0f2c40150542746c99051e513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 18:58:29 +0000 Subject: [PATCH] Update mock requirement from ~=4.0.3 to ~=5.0.2 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.3...5.0.2) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index cf34c4d..93d8e36 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ django-stubs~=1.10.1 lorem~=0.1.1 mixer~=7.2.2 -mock~=4.0.3 +mock~=5.0.2 mypy~=0.991 pre-commit~=2.18.1 pylint~=2.15.9