From 5803215c9ae05a07a24cd0926db792b0cec4a8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:34:49 -0500 Subject: [PATCH] Bump hypothesis from 6.151.8 to 6.151.9 (#2227) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.8 to 6.151.9. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.8...hypothesis-python-6.151.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.9 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 93ac7ec46..1363b0f43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2027,14 +2027,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.151.8" +version = "6.151.9" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.151.8-py3-none-any.whl", hash = "sha256:7d73dc3578208aba8bfbdbcdb8306d77f56958dbf301a507b62b77e5f3ab8b09"}, - {file = "hypothesis-6.151.8.tar.gz", hash = "sha256:5e8d7ed735001308ea92d623f454e02fda932ff005d46604fc7f0b2d1b540aa4"}, + {file = "hypothesis-6.151.9-py3-none-any.whl", hash = "sha256:7b7220585c67759b1b1ef839b1e6e9e3d82ed468cfc1ece43c67184848d7edd9"}, + {file = "hypothesis-6.151.9.tar.gz", hash = "sha256:2f284428dda6c3c48c580de0e18470ff9c7f5ef628a647ee8002f38c3f9097ca"}, ] [package.dependencies] @@ -5979,4 +5979,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 = "dc867fb8e9a98addb472524d92e33cc227478be252bd2cff4f9d6f68ed109f77" +content-hash = "b662e1dd24547dbb84664cdad61b9826f03d7b8388c19a7a861d309a82f81cd7" diff --git a/pyproject.toml b/pyproject.toml index 97b4e91c1..ee72397d8 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.8" +hypothesis = "^6.151.9" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==1.0.0", extras = ["yaml"]}