From dff9be63d562c9b6f5c3bb074b08aea07364fd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:06:41 +0000 Subject: [PATCH] Bump hypothesis from 6.155.2 to 6.167.1 in /tests Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.2 to 6.167.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.2...v6.167.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.167.1 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 33a4d5ca..ed80becd 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.155.2 +hypothesis==6.167.1 prometheus_client==0.25.0