From 487dfac7273fd352df027a1d5645e962447ff7b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:45:44 +0000 Subject: [PATCH] Bump hypothesis from 6.148.7 to 6.150.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.148.7 to 6.150.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.7...hypothesis-python-6.150.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.150.0 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 a99ade8d3..aa9e449cb 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.150.0", "unittest-xml-reporting==3.2.0", "tblib==3.1.0", # used to see backtraces in unit tests ]