From 887333d0ed0854f8a37347fa3b4ee55453341845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 20:24:41 +0000 Subject: [PATCH] Bump mock from 2.0.0 to 5.1.0 Bumps [mock](https://github.com/testing-cabal/mock) from 2.0.0 to 5.1.0. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/2.0.0...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71e540c..e3adfe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ m2r==0.3.1 MarkupSafe==2.1.3 mccabe==0.6.1 mistune==0.8.4 -mock==2.0.0 +mock==5.1.0 multidict==5.1.0 packaging==21.0 pbr==5.11.1 diff --git a/setup.py b/setup.py index 16841db..598a1d5 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ] tests_require = [ - "mock==2.0.0", + "mock==5.1.0", "flake8==3.7.9", ]