From 8918c3d81e136010bb6c9808f8a9911a12597655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:12:07 +0000 Subject: [PATCH] Bump hypothesis from 6.155.3 to 6.155.7 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.155.3 to 6.155.7. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.155.3...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73aeca48..6da1e81d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "flake8-docstrings-complete==1.4.1", "flake8-modern-annotations==1.6.0", "flake8-variables-names==0.0.6", - "hypothesis==6.155.3", + "hypothesis==6.155.7", "isort==8.0.1", "pydoclint==0.8.6", "pylint==4.0.6", diff --git a/uv.lock b/uv.lock index 59679925..fe809c65 100644 --- a/uv.lock +++ b/uv.lock @@ -375,7 +375,7 @@ requires-dist = [ { name = "flake8-variables-names", marker = "extra == 'dev'", specifier = "==0.0.6" }, { name = "gino", specifier = "==1.0.1" }, { name = "gitpython", specifier = "==3.1.50" }, - { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.3" }, + { name = "hypothesis", marker = "extra == 'dev'", specifier = "==6.155.7" }, { name = "inflect", specifier = "==7.5.0" }, { name = "irc", specifier = "==20.5.0" }, { name = "isort", marker = "extra == 'dev'", specifier = "==8.0.1" }, @@ -583,14 +583,14 @@ wheels = [ [[package]] name = "hypothesis" -version = "6.155.3" +version = "6.155.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "sortedcontainers" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/36/77/13ec9b6390bce44f5badab39837dd6789bbfe6342a2ac611a71537a7756f/hypothesis-6.155.3.tar.gz", hash = "sha256:1e34b17ae9873515384312cb7640abd773eb096c7eef8c0d9c614fa2c306e9bb", size = 477961, upload-time = "2026-06-16T00:33:23.273Z" } +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/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl", hash = "sha256:ede5a3d142d9c5c9f70cb3075541905b228d6c3a682bcec3d4fe0722e9eda127", size = 544401, upload-time = "2026-06-16T00:33:20.497Z" }, + { 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]]