From b74e1ee6ea229a35396d4f6010369fb9d699f17f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:34:45 +0000 Subject: [PATCH] Bump hypothesis from 6.152.1 to 6.152.6 in /tests Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.1 to 6.152.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...hypothesis-python-6.152.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index f0ad9fb..2cff7a4 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -26,5 +26,5 @@ pytest-html==4.2.0 # pytest-hypothesis integration. # prometheus_client — the official Prometheus Python lib; its parser # is the ground-truth for Prometheus exposition-format validation. -hypothesis==6.152.1 +hypothesis==6.152.6 prometheus_client==0.25.0