From 60330ca1b5c1e01dae4d503d575fd91e02de47a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:05:49 +0000 Subject: [PATCH] deps(python): update hypothesis requirement in /python 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/v6.155.7...v6.156.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.156.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 41de27c..9e18f5a 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -98,7 +98,7 @@ ignore_missing_imports = true [dependency-groups] dev = [ - "hypothesis>=6.155.7", + "hypothesis>=6.156.4", "maturin>=1.14.0", "mypy>=2.1.0", "opentelemetry-api>=1.43.0",