diff --git a/poetry.lock b/poetry.lock index c7fbcaaa5..c5d530d11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1503,14 +1503,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.151.4" +version = "6.151.5" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.151.4-py3-none-any.whl", hash = "sha256:a1cf7e0fdaa296d697a68ff3c0b3912c0050f07aa37e7d2ff33a966749d1d9b4"}, - {file = "hypothesis-6.151.4.tar.gz", hash = "sha256:658a62da1c3ccb36746ac2f7dc4bb1a6e76bd314e0dc54c4e1aaba2503d5545c"}, + {file = "hypothesis-6.151.5-py3-none-any.whl", hash = "sha256:c0e15c91fa0e67bc0295551ef5041bebad42753b7977a610cd7a6ec1ad04ef13"}, + {file = "hypothesis-6.151.5.tar.gz", hash = "sha256:ae3a0622f9693e6b19c697777c2c266c02801f9769ab7c2c37b7ec83d4743783"}, ] [package.dependencies] @@ -4512,4 +4512,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 = "4d5f45813165cff399f38f534a4930cd87c755d31424487e5ca1f1143523ad75" +content-hash = "08d516468c5dcfd803304bb215562623af1a75c548f43a2f6d794daaf8f9bd77" diff --git a/pyproject.toml b/pyproject.toml index 2c7520e46..51dd127c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==25.0.1", extras = ["gevent"]} -hypothesis = "^6.151.4" +hypothesis = "^6.151.5" humanize = "~=4.15" itsdangerous = "~=2.2" jinja2 = "^3.1.6"