From 2c18f0ff21f7407b6e23d7738da5c2d4ef67d0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:36:25 +0000 Subject: [PATCH] Bump hypothesis from 6.153.0 to 6.155.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.153.0 to 6.155.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.153.0...v6.155.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.155.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 edf2347e33..03ab345cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ nn = [] [dependency-groups] test = [ "coverage==7.14.1", - "hypothesis==6.153.0", + "hypothesis==6.155.1", "igraph==1.0.0", "jsonschema==4.26.0", "pre-commit==4.6.0", diff --git a/uv.lock b/uv.lock index 3c984de866..27d7913e7c 100644 --- a/uv.lock +++ b/uv.lock @@ -649,7 +649,7 @@ spawn-pipeline = [ ] test = [ { name = "coverage", specifier = "==7.14.1" }, - { name = "hypothesis", specifier = "==6.153.0" }, + { name = "hypothesis", specifier = "==6.155.1" }, { name = "igraph", specifier = "==1.0.0" }, { name = "jsonschema", specifier = "==4.26.0" }, { name = "pre-commit", specifier = "==4.6.0" }, @@ -2338,14 +2338,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.153.0" +version = "6.155.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/b1/92/918fb03318c7ff9a271d7cad8eceb359d1069f17e84f5191d52c2970f18f/hypothesis-6.153.0.tar.gz", hash = "sha256:11616e5158fc485d62bae19d9cc69333237faa8050ad44a45218254a1ef272bb", size = 474030, upload-time = "2026-05-26T05:19:05.468Z" } +sdist = { url = "https://files.pythonhosted.org/packages/49/ef/4a94c12429986a90076057513e084bf32106a9bdc62c8e29f58673dd85a2/hypothesis-6.155.1.tar.gz", hash = "sha256:07c102031612b98d7c1be15ca3608c43e1234d9d07e3a190a53fa01536700196", size = 477300, upload-time = "2026-05-29T23:12:57.515Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2e/20/96dc2387cf29a0ec75b427d62d3dde1f44c924719503babaac4c96806223/hypothesis-6.153.0-py3-none-any.whl", hash = "sha256:2aeda9bbb44ae0ee0bfa67ef744a25be05c1f804dca4eb6479c63518dc9f2900", size = 540326, upload-time = "2026-05-26T05:19:02.861Z" }, + { url = "https://files.pythonhosted.org/packages/26/6e/8c9cf32201238617454303b1605dfa667d90cd1ef51226f92d9c2b3b8f7c/hypothesis-6.155.1-py3-none-any.whl", hash = "sha256:2753f469df3ba3c483b08e0c37dbcbc41d8316ebb921abcc07493ee9c8a7d187", size = 543715, upload-time = "2026-05-29T23:12:54.77Z" }, ] [[package]]