Bump hypothesis from 6.139.2 to 6.140.1 (#2934)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-23 15:45:06 -04:00
committed by GitHub
parent f30c8dcc1b
commit 9fc892ae53
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand.
[[package]]
name = "ago"
@@ -1451,14 +1451,14 @@ tests = ["freezegun", "pytest", "pytest-cov"]
[[package]]
name = "hypothesis"
version = "6.139.2"
version = "6.140.1"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "hypothesis-6.139.2-py3-none-any.whl", hash = "sha256:6f466780b7d1db074fb473af14e3111a5dd4fe36c47fcd776cd7c480ae0a02f2"},
{file = "hypothesis-6.139.2.tar.gz", hash = "sha256:2dc2ff36ea977a9cb7fb68f24a5dbf5d673b88a2e502212676eafe09b699f511"},
{file = "hypothesis-6.140.1-py3-none-any.whl", hash = "sha256:115bf49d056409cd1bd9778f25a27ec824ad1c50d3584210cb5c598645fae9ca"},
{file = "hypothesis-6.140.1.tar.gz", hash = "sha256:26fc31b1e39d6cd1e1a96fa0e692d2b74ce5c4fd8002a14e98d04f1fa39569fb"},
]
[package.dependencies]
@@ -4278,4 +4278,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 = "1e1bf88ffd87e515233d936e18f219e67071c482d3527f5092e43f08e224988f"
content-hash = "40e9b499340e721b010d9532719b501b7cc6cfa100495495f19cff823ea477f2"

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