From 6459b8576ab566fd767aee9b956e6e9a218196ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:32:57 +0000 Subject: [PATCH] Bump hypothesis from 6.155.5 to 6.155.6 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.5 to 6.155.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.5...v6.155.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.6 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 367c140d..9d580890 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.18', - 'hypothesis==6.155.5', + 'hypothesis==6.155.6', 'import-linter==2.11', ] docs = [