From 8adb59d0d323bac53eec1353fdf42fde2e7db6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 08:56:46 +0000 Subject: [PATCH] Update hypothesis requirement in /.github/scripts Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-ruby-0.0.1...hypothesis-python-6.131.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.131.9 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 8db34c71..38335dc2 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -5,5 +5,5 @@ pytest <=8.3.3 pytest-pylint <=1.1.2 pytest-runner <7.0.0 termcolor <2.6.0 -hypothesis <6.131.0 +hypothesis <6.132.0 levenshtein <=0.26.1