From cbdb0af604e38732a73a6c7cf9500fb0c70ab256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:37:18 +0000 Subject: [PATCH] Update hypothesis requirement in /kernels/adsorption Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.92.0...hypothesis-python-6.152.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kernels/adsorption/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernels/adsorption/pyproject.toml b/kernels/adsorption/pyproject.toml index 9b3b864..f7e67c1 100644 --- a/kernels/adsorption/pyproject.toml +++ b/kernels/adsorption/pyproject.toml @@ -3,7 +3,7 @@ name = "adsorption-kernel" version = "0.1.0" requires-python = ">=3.11" dependencies = [ - "hypothesis>=6.92", + "hypothesis>=6.152.1", "kernel-conformance", "pydantic>=2.8", "pytest>=8.0",