From 1b9d8ae7691ab3fc8cec4ed4e5f9cec73ef6c46e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 18:05:04 +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.165.9...v6.167.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.167.1 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 e2c95c1..135efbb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -122,7 +122,7 @@ ignore_missing_imports = true [dependency-groups] dev = [ - "hypothesis>=6.165.9", + "hypothesis>=6.167.1", "maturin>=1.14.0", "mypy>=2.3.1", "opentelemetry-api>=1.44.0",