From 24ca958f3053c951e50bdde72d3f561049c072f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:46:52 +0000 Subject: [PATCH] Bump hypothesis from 6.151.2 to 6.151.3 (#2196) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.2 to 6.151.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.2...hypothesis-python-6.151.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4a327dcb7..4c72c3915 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2026,14 +2026,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.151.2" +version = "6.151.4" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.151.2-py3-none-any.whl", hash = "sha256:909d2b5f0dc80640561bb2c3859f3c56a52ed8d1cc589e5e6450362ced8c31a0"}, - {file = "hypothesis-6.151.2.tar.gz", hash = "sha256:fc91f88a77074b31c7ab871eebab3d2e0210fd3095f1d1ecbd9440c1c6bc06d9"}, + {file = "hypothesis-6.151.4-py3-none-any.whl", hash = "sha256:a1cf7e0fdaa296d697a68ff3c0b3912c0050f07aa37e7d2ff33a966749d1d9b4"}, + {file = "hypothesis-6.151.4.tar.gz", hash = "sha256:658a62da1c3ccb36746ac2f7dc4bb1a6e76bd314e0dc54c4e1aaba2503d5545c"}, ] [package.dependencies] @@ -5977,4 +5977,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "053b741d5296c6ad7dec82e4d6e2e9c3f663948ee2617bdd8fbda8803dcccadc" +content-hash = "7a5b0c2ef843bd673b6c49d6a12d01ce8bffbb728027a59b16aa0531f1be6f5c" diff --git a/pyproject.toml b/pyproject.toml index 86fd18b06..3a9a97bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ exceptiongroup = "==1.3.1" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29" freezegun = "^1.5.5" -hypothesis = "^6.151.2" +hypothesis = "^6.151.4" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}