From 9a3507763a734f67b5af5fa8f0049d3561f53ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:57:37 +0000 Subject: [PATCH] MAINT: Bump hypothesis from 6.151.4 to 6.151.5 in /requirements Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.4 to 6.151.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.4...hypothesis-python-6.151.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/emscripten_test_requirements.txt | 2 +- requirements/test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/emscripten_test_requirements.txt b/requirements/emscripten_test_requirements.txt index 87a48ab32b9d..e8ab96996cf8 100644 --- a/requirements/emscripten_test_requirements.txt +++ b/requirements/emscripten_test_requirements.txt @@ -1,4 +1,4 @@ -hypothesis==6.151.4 +hypothesis==6.151.5 pytest==9.0.2 tzdata pytest-xdist diff --git a/requirements/test_requirements.txt b/requirements/test_requirements.txt index 18e207e8fc47..8693bb4d58d9 100644 --- a/requirements/test_requirements.txt +++ b/requirements/test_requirements.txt @@ -1,5 +1,5 @@ Cython -hypothesis==6.151.4 +hypothesis==6.151.5 pytest==9.0.2 pytest-cov==7.0.0 meson