From 99789deb319881068606d0d037a4de3b1cf37aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:45:07 +0000 Subject: [PATCH] Update mock requirement from <5.0.0 to <6.0.0 in /.github/scripts Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/release-0.5.0...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 493ad0f0..fd04a639 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -10,4 +10,4 @@ termcolor <2.2.0 hypothesis <6.100.0 python-Levenshtein <0.20.9 ; python_version == '2.7' levenshtein <=0.25.0 ; python_version >= '3.5' -mock <5.0.0 +mock <6.0.0