From 517426505dd2a80061e7a84dedee4191ddb6833d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 08:31:07 +0000 Subject: [PATCH] Bump hypothesis from 6.150.3 to 6.151.5 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.150.3 to 6.151.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.150.3...hypothesis-python-6.151.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b934d83c..18f3dc4c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "pytest-django==4.11.1", "beautifulsoup4==4.14.3", "coverage==7.13.3", - "hypothesis==6.150.3", + "hypothesis==6.151.5", "tblib==3.2.2", # used to see backtraces in unit tests "unittest-xml-reporting==4.0.0", ]