From 4c156a52cf5c9298d6a09eb6d1252f8c027b4817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 00:02:53 +0000 Subject: [PATCH] Update mock requirement from <5.0.0 to <6.0.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/release-0.5.0...5.0.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5737510d620..4994c9a9477 100644 --- a/requirements.txt +++ b/requirements.txt @@ -119,7 +119,7 @@ python-memcached<=1.59 xmltodict<0.12.1 inflection==0.3.1 jdcal==1.4.1 -mock<5.0.0 +mock<6.0.0 python-dateutil==2.8.1 pytz==2020.5 requests==2.25.1