From 2c561f886203d6fd19cb42a8396963c21aa2d51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:40:03 +0000 Subject: [PATCH] Bump hypothesis from 6.152.6 to 6.152.7 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.6 to 6.152.7. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.6...hypothesis-python-6.152.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.7 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 bd204ad3f..9a46e35f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "pytest-django==4.12.0", "beautifulsoup4==4.14.3", "coverage==7.14.0", - "hypothesis==6.152.6", + "hypothesis==6.152.7", "tblib==3.2.2", # used to see backtraces in unit tests "unittest-xml-reporting==4.0.0", ]