From 4a1eb9bdbd65ef83428510e87225a07255db6693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:55:12 +0000 Subject: [PATCH] Bump hypothesis from 6.151.5 to 6.151.6 (#3260) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.5 to 6.151.6. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.5...hypothesis-python-6.151.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.6 dependency-type: direct:production 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 8bfa949a4..e7f05db37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1517,14 +1517,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.151.5" +version = "6.151.6" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.151.5-py3-none-any.whl", hash = "sha256:c0e15c91fa0e67bc0295551ef5041bebad42753b7977a610cd7a6ec1ad04ef13"}, - {file = "hypothesis-6.151.5.tar.gz", hash = "sha256:ae3a0622f9693e6b19c697777c2c266c02801f9769ab7c2c37b7ec83d4743783"}, + {file = "hypothesis-6.151.6-py3-none-any.whl", hash = "sha256:4e6e933a98c6f606b3e0ada97a750e7fff12277a40260b9300a05e7a5c3c5e2e"}, + {file = "hypothesis-6.151.6.tar.gz", hash = "sha256:755decfa326c8c97a4c8766fe40509985003396442138554b0ae824f9584318f"}, ] [package.dependencies] @@ -4527,4 +4527,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "8bfec2aacf43bb8189a6d47b6e5830caa37d582baab698b666380a6255cce1de" +content-hash = "5f84c5ae846fa7bfdb4a1991b40bab5bbd173346b2da85e77d767416071ed8af" diff --git a/pyproject.toml b/pyproject.toml index 7c2b41984..8bed78b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==25.0.3", extras = ["gevent"]} -hypothesis = "^6.151.5" +hypothesis = "^6.151.6" humanize = "~=4.15" itsdangerous = "~=2.2" jinja2 = "^3.1.6"