From 595239ec7c096d8d95822153ee61190e8985f7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:54:31 -0400 Subject: [PATCH] Update mock requirement from <5.0.0 to <6.0.0 in /.github/scripts (#495) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 31238e4d..b4efe7a9 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -10,4 +10,4 @@ termcolor <2.5.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