Bump hypothesis from 6.150.2 to 6.150.3 (#3218)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.150.2 to 6.150.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.150.2...hypothesis-python-6.150.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.150.3
  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-26 10:07:17 -05:00
committed by GitHub
parent fc6d5f7288
commit 50a617b80c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1507,14 +1507,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "hypothesis"
version = "6.150.2"
version = "6.150.3"
description = "The property-based testing library for Python"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "hypothesis-6.150.2-py3-none-any.whl", hash = "sha256:648d6a2be435889e713ba3d335b0fb5e7a250f569b56e6867887c1e7a0d1f02f"},
{file = "hypothesis-6.150.2.tar.gz", hash = "sha256:deb043c41c53eaf0955f4a08739c2a34c3d8040ee3d9a2da0aa5470122979f75"},
{file = "hypothesis-6.150.3-py3-none-any.whl", hash = "sha256:5577c0f8eff5ac54a8aff1ce32e30c5454167c29360fdabf1bfea0539b1689f9"},
{file = "hypothesis-6.150.3.tar.gz", hash = "sha256:32c88d4b7df3a8483e69877561b520320bf7779b0709c11869e392025e9279d4"},
]
[package.dependencies]
@@ -4516,4 +4516,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 = "2aeb83d443613305e9d06081a368133801748c5be80f32669967cbcd7a1acb22"
content-hash = "04b25f7a2d9a36501801f0c252ccf8dfca7caf840b424f9277b43102d25625af"

View File

@@ -20,7 +20,7 @@ flask-login = "^0.6"
flask-talisman = "*"
flask-wtf = "^1.2"
gunicorn = {version = "==23.0.0", extras = ["gevent"]}
hypothesis = "^6.150.2"
hypothesis = "^6.150.3"
humanize = "~=4.15"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"