From 0d7318cc20afc18696c64d19334c19cd6cd03fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:49:06 +0000 Subject: [PATCH] Bump hypothesis from 6.152.7 to 6.152.8 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.7 to 6.152.8. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.152.7...hypothesis-python-6.152.8) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.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 3102768a..b55a809f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ development = [ "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml 'pre-commit==4.6.0', 'ruff==0.15.13', - 'hypothesis==6.152.7', + 'hypothesis==6.152.8', 'import-linter==2.11', ] docs = [