diff --git a/poetry.lock b/poetry.lock index 5cdd5d06b..fafe7b942 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1507,14 +1507,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.149.1" +version = "6.150.1" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.149.1-py3-none-any.whl", hash = "sha256:48d7ea77cae8b83c6c3c9f50ac683ae3b1673c1c306909410ea348e4e97aeb77"}, - {file = "hypothesis-6.149.1.tar.gz", hash = "sha256:abe36199df3f068f72db85bd5f347a9032b79044a27bd9d2eb016179e5313069"}, + {file = "hypothesis-6.150.1-py3-none-any.whl", hash = "sha256:7badb28a0da323d6afaf25eae1c93932cb8ac06193355f5e080d6e6465a51da5"}, + {file = "hypothesis-6.150.1.tar.gz", hash = "sha256:dc79672b3771e92e6563ca0c56a24135438f319b257a1a1982deb8fbb791be89"}, ] [package.dependencies] @@ -4493,4 +4493,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 = "a8d67d7b5d97e3e06a2a6a44f73e5d4726f22dc454494e70ed8538d1e623ba2c" +content-hash = "666ff6097494c6e46b40a9f63f6d34d30194f9f330fe0ae8deb8aea90491b8aa" diff --git a/pyproject.toml b/pyproject.toml index 1346a6dc9..d2732c633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==23.0.0", extras = ["gevent"]} -hypothesis = "^6.149.1" +hypothesis = "^6.150.1" humanize = "~=4.15" itsdangerous = "~=2.2" jinja2 = "^3.1.6"