From 62fb8ee9b47898802d48ad229f1e6e87589c1dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 07:00:49 +0000 Subject: [PATCH] Bump mock from 4.0.3 to 5.0.0 Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.0.0. - [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.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-major ... 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 1e6e6caa..07e1f53e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mock==4.0.3 +mock==5.0.0 nose2[coverage_plugin]==0.12.0 cov-core==1.15.0 black==22.12.0