Bump hypothesis from 6.140.1 to 6.140.2 (#2938)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.2
  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-09-24 09:59:57 -04:00
committed by GitHub
parent f15528673f
commit 071f4422a4
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1468,14 +1468,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "hypothesis"
version = "6.140.1"
version = "6.140.2"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "hypothesis-6.140.1-py3-none-any.whl", hash = "sha256:115bf49d056409cd1bd9778f25a27ec824ad1c50d3584210cb5c598645fae9ca"},
{file = "hypothesis-6.140.1.tar.gz", hash = "sha256:26fc31b1e39d6cd1e1a96fa0e692d2b74ce5c4fd8002a14e98d04f1fa39569fb"},
{file = "hypothesis-6.140.2-py3-none-any.whl", hash = "sha256:4524cb84be90961563ef15634e2efe96150bbcce47621a13cff3c1b03a326663"},
{file = "hypothesis-6.140.2.tar.gz", hash = "sha256:b3b4a162134eeef8a992621de6c43d80e03d44704a3c3bfb5b9d0661b375b0d2"},
]
[package.dependencies]
@@ -4338,4 +4338,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 = "d0c25da58e41d646a19174ac1a337ac6a2c286e49694666806bddd0477e86ed3"
content-hash = "ec840884bb93a2a8c5e38d2ac38b17c164d25a14a276af6a2302520417e44c7c"

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.140.1"
hypothesis = "^6.140.2"
humanize = "~=4.13"
itsdangerous = "~=2.2"
jinja2 = "^3.1.6"