Bump hypothesis from 6.142.0 to 6.142.1 (#3019)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.142.1
  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]
2025-10-18 10:19:42 -04:00
committed by GitHub
parent e8d8a08e27
commit 484525477f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1490,14 +1490,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "hypothesis"
version = "6.142.0"
version = "6.142.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "hypothesis-6.142.0-py3-none-any.whl", hash = "sha256:2d1c3096ee625f327134a693d8e5a48134e3a6cd0914cd0497adb2699bd998b4"},
{file = "hypothesis-6.142.0.tar.gz", hash = "sha256:584bb5bddb95cfae69151466215433b5620bd7498876e6f6831c9f119344fb0f"},
{file = "hypothesis-6.142.1-py3-none-any.whl", hash = "sha256:95a7d38fcc58e697e3020665adcb951c630cdbc8065e4b4474949e486b06bd6d"},
{file = "hypothesis-6.142.1.tar.gz", hash = "sha256:3179cb08756562c526aaf4a9871ebbff83d2d75c03896ed0bc9c1d14097a930c"},
]
[package.dependencies]
@@ -4420,4 +4420,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 = "5a3442eedbd6a2a2f9d6fda0452e04ea18463dd794135ae8b0bd601089d43b17"
content-hash = "0d52d878ffc74844bbf6f7a21e68379f7b679c594bea67d64fe5aa8656ee99e7"

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.142.0"
hypothesis = "^6.142.1"
humanize = "~=4.14"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"