From 2c7b8b4daabb670b7960d4add82a8a26625d4de9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:52:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20hypothesis=20from=206.150.2?= =?UTF-8?q?=20to=206.152.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.150.2 to 6.152.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.150.2...hypothesis-python-6.152.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.152.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63eb87d..8f4b331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ convention = "google" [dependency-groups] dev = [ - "hypothesis>=6.148.1", + "hypothesis>=6.152.1", "pytest>=9.0.1", "ruff>=0.14.5", "ty>=0.0.1a32", diff --git a/uv.lock b/uv.lock index baa50b8..3cfb345 100644 --- a/uv.lock +++ b/uv.lock @@ -15,7 +15,7 @@ members = [ [manifest.dependency-groups] dev = [ - { name = "hypothesis", specifier = ">=6.148.1" }, + { name = "hypothesis", specifier = ">=6.152.1" }, { name = "pytest", specifier = ">=9.0.1" }, { name = "ruff", specifier = ">=0.14.5" }, { name = "ty", specifier = ">=0.0.1a32" }, @@ -1308,14 +1308,14 @@ inference = [ [[package]] name = "hypothesis" -version = "6.150.2" +version = "6.152.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/d2/19/a4eee0c98e2ec678854272f79646f34943f8fbbc42689cc355b530c5bc96/hypothesis-6.150.2.tar.gz", hash = "sha256:deb043c41c53eaf0955f4a08739c2a34c3d8040ee3d9a2da0aa5470122979f75", size = 475250, upload-time = "2026-01-13T17:09:22.146Z" } +sdist = { url = "https://files.pythonhosted.org/packages/64/b1/c32bcddb9aab9e3abc700f1f56faf14e7655c64a16ca47701a57362276ea/hypothesis-6.152.1.tar.gz", hash = "sha256:4f4ed934eee295dd84ee97592477d23e8dc03e9f12ae0ee30a4e7c9ef3fca3b0", size = 465029, upload-time = "2026-04-14T22:29:24.062Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/5e/21caad4acf45db7caf730cca1bc61422283e4c4e841efbc862d17ab81a21/hypothesis-6.150.2-py3-none-any.whl", hash = "sha256:648d6a2be435889e713ba3d335b0fb5e7a250f569b56e6867887c1e7a0d1f02f", size = 542712, upload-time = "2026-01-13T17:09:19.945Z" }, + { url = "https://files.pythonhosted.org/packages/5d/83/860fb3075e00b0fc19a22a2301bc3c96f00437558c3911bdd0a3573a4a53/hypothesis-6.152.1-py3-none-any.whl", hash = "sha256:40a3619d9e0cb97b018857c7986f75cf5de2e5ec0fa8a0b172d00747758f749e", size = 530752, upload-time = "2026-04-14T22:29:20.893Z" }, ] [[package]]