From b18fa998e041e116a1ea9de133a20941c967c855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 10:24:36 +0000 Subject: [PATCH] chore(deps): bump hypothesis from 6.155.2 to 6.155.7 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.2 to 6.155.7. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.2...v6.155.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3f39293..220fe730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ dev = [ "pytest-random-order>=1.2.0", "pytest-xdist>=3.5", "pytest-benchmark>=4.0", - "hypothesis>=6.100", + "hypothesis>=6.155.7", "ruff>=0.15.17", "mypy>=1,<3", "pdoc>=14", diff --git a/uv.lock b/uv.lock index 6732ea44..1c0b2d5a 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.10" resolution-markers = [ "python_full_version >= '3.15'", @@ -1356,15 +1356,15 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.155.2" +version = "6.155.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "exceptiongroup", marker = "python_full_version < '3.11'" }, { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/f5/04/64032a1dccd2233615c8a3f701bbb563558575ed017496a24b6d81762c91/hypothesis-6.155.2.tar.gz", hash = "sha256:ae36880287c9c5defe9f199d3d2b67d9947a4da2a46e6c57373cbdf2345b20e1", size = 477765, upload-time = "2026-06-05T16:32:23.63Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f2/55/983b6bc1b6b343a5ff6020388f9d0680ab477be59a731517e6c4a0387100/hypothesis-6.155.7.tar.gz", hash = "sha256:d8d6091753d0669db3c90c5e5b346cb37c72f3dd9378c8413acb1fd5da63f7ea", size = 478291, upload-time = "2026-06-21T05:54:31.573Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ec/6e/e735f27ac1a530a4cd0a31cd970ec495a3a11830fdc5d281cc292593b330/hypothesis-6.155.2-py3-none-any.whl", hash = "sha256:c85ce6dcd630a90ce501f1d1dd1bc84b97f5649ca8a27e134c8cbf5aa480b1a5", size = 544213, upload-time = "2026-06-05T16:32:21.15Z" }, + { url = "https://files.pythonhosted.org/packages/01/f8/c151e196d4f397ed9436a071e52666c70a2f021138dea828b0a461e245db/hypothesis-6.155.7-py3-none-any.whl", hash = "sha256:9f634bdb1f9e9b8ab6ba09431cf2deedb750c96978125a6fb3c5a0f6c6db4131", size = 544762, upload-time = "2026-06-21T05:54:29.506Z" }, ] [[package]] @@ -3511,7 +3511,7 @@ requires-dist = [ { name = "google-cloud-aiplatform", marker = "extra == 'dev'", specifier = ">=1.158.0" }, { name = "google-cloud-aiplatform", marker = "extra == 'managed-vertex'", specifier = ">=1.158.0" }, { name = "graphqlite", marker = "extra == 'graphqlite'", specifier = ">=0.6.0" }, - { name = "hypothesis", marker = "extra == 'dev'", specifier = ">=6.100" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = ">=6.155.7" }, { name = "msgpack", specifier = ">=1.2.0" }, { name = "mypy", marker = "extra == 'dev'", specifier = ">=1,<3" }, { name = "opentelemetry-api", marker = "extra == 'dev'", specifier = ">=1.20" },