From 6c4a9753d4a9acc35167a843241346aa3c816ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:41:38 +0000 Subject: [PATCH] Bump hypothesis from 6.151.3 to 6.151.4 (#3230) Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.3 to 6.151.4. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.3...hypothesis-python-6.151.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.4 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 8947af488..9b3b2fd26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1502,14 +1502,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.151.3" +version = "6.151.4" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.151.3-py3-none-any.whl", hash = "sha256:879a4b3dec37678fd1bd3a060aaaf3eedc2aab5543d9a85e5f2a04a6445683c6"}, - {file = "hypothesis-6.151.3.tar.gz", hash = "sha256:31bcd884b0be8f478aa2e52f0f73be03e8f6a9a2c66706fb93410ebaa5c27bcc"}, + {file = "hypothesis-6.151.4-py3-none-any.whl", hash = "sha256:a1cf7e0fdaa296d697a68ff3c0b3912c0050f07aa37e7d2ff33a966749d1d9b4"}, + {file = "hypothesis-6.151.4.tar.gz", hash = "sha256:658a62da1c3ccb36746ac2f7dc4bb1a6e76bd314e0dc54c4e1aaba2503d5545c"}, ] [package.dependencies] @@ -4511,4 +4511,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 = "853f04ecf9fcf4ac00808c060551994e73295abdd0c420971546173de4de4bce" +content-hash = "93d81fc19801fe7e08c074a4abc41351671bc7391fe3d57f75c7446630a97546" diff --git a/pyproject.toml b/pyproject.toml index 32fecaba9..f49b47b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==24.1.1", extras = ["gevent"]} -hypothesis = "^6.151.3" +hypothesis = "^6.151.4" humanize = "~=4.15" itsdangerous = "~=2.2" jinja2 = "^3.1.6"