From 4c4c67c76f4f34b309a72ea06a9347177af54bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:07:09 +0000 Subject: [PATCH] Bump hypothesis from 6.152.1 to 6.155.2 in /tests Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.1 to 6.155.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.1...v6.155.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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..8444f16 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.155.2 prometheus_client==0.25.0