From 52137d7354b09133aaaf38c840f82c61cfe6300c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:24:05 +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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2115ce1..f5e952e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -611,14 +611,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.155.3" +version = "6.155.7" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.155.3-py3-none-any.whl", hash = "sha256:ede5a3d142d9c5c9f70cb3075541905b228d6c3a682bcec3d4fe0722e9eda127"}, - {file = "hypothesis-6.155.3.tar.gz", hash = "sha256:1e34b17ae9873515384312cb7640abd773eb096c7eef8c0d9c614fa2c306e9bb"}, + {file = "hypothesis-6.155.7-py3-none-any.whl", hash = "sha256:9f634bdb1f9e9b8ab6ba09431cf2deedb750c96978125a6fb3c5a0f6c6db4131"}, + {file = "hypothesis-6.155.7.tar.gz", hash = "sha256:d8d6091753d0669db3c90c5e5b346cb37c72f3dd9378c8413acb1fd5da63f7ea"}, ] [package.dependencies] @@ -1880,4 +1880,4 @@ trio = ["trio"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ff972ac6f20fd112e1d795e0f54af69cc00286fa2566dc1413732f953263d0c2" +content-hash = "70e573d2f130e24d4ea6eebad799b0b8c1836303d1c0f3b5aeff6db41c13a808" diff --git a/pyproject.toml b/pyproject.toml index 0ec05f1..89a6b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] coverage = "^7.14.0" furo = { version = "*", python = "^3.12" } -hypothesis = "^6.155.3" +hypothesis = "^6.155.7" mypy = "^2.1.0" ruff = "^0.15.17" sphinx = { version = "9.1.0", python = "^3.12" }