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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-30 15:41:38 +00:00
committed by GitHub
parent 93ee81f957
commit 6c4a9753d4
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"