From a96a91d1b2ac0825cc4d220b62acf8ff721be871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:30:02 +0000 Subject: [PATCH] Bump hypothesis from 6.148.7 to 6.148.8 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.148.7 to 6.148.8. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.7...hypothesis-python-6.148.8) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99ade8d3..664c25958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ test = [ "bornhack-website[bootstrap]", "beautifulsoup4==4.14.3", "coverage==7.13.0", - "hypothesis==6.148.7", + "hypothesis==6.148.8", "unittest-xml-reporting==3.2.0", "tblib==3.1.0", # used to see backtraces in unit tests ]