From 2992be7a1cb4e36bede4a4f0297f1763fcc6b9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:28:17 +0000 Subject: [PATCH] Bump hypothesis from 6.131.15 to 6.148.7 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.131.15 to 6.148.7. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.15...hypothesis-python-6.148.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.7 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 357c9374c..176b986ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "bornhack-website[bootstrap]", "beautifulsoup4==4.13.4", "coverage==7.8.0", - "hypothesis==6.131.15", + "hypothesis==6.148.7", "unittest-xml-reporting==3.2.0", "tblib==3.1.0", # used to see backtraces in unit tests ]