diff --git a/poetry.lock b/poetry.lock index 5919573a8..94d426434 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1517,14 +1517,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.151.6" +version = "6.151.9" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.151.6-py3-none-any.whl", hash = "sha256:4e6e933a98c6f606b3e0ada97a750e7fff12277a40260b9300a05e7a5c3c5e2e"}, - {file = "hypothesis-6.151.6.tar.gz", hash = "sha256:755decfa326c8c97a4c8766fe40509985003396442138554b0ae824f9584318f"}, + {file = "hypothesis-6.151.9-py3-none-any.whl", hash = "sha256:7b7220585c67759b1b1ef839b1e6e9e3d82ed468cfc1ece43c67184848d7edd9"}, + {file = "hypothesis-6.151.9.tar.gz", hash = "sha256:2f284428dda6c3c48c580de0e18470ff9c7f5ef628a647ee8002f38c3f9097ca"}, ] [package.dependencies] @@ -4529,4 +4529,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 = "988460dcd9bace326bf67ba4685681787c59910687d864a897a2660a9ef40c88" +content-hash = "03e0e6887370a82d2bd8f0c7a91e7688d731cdc235960968d874f7efc0f2f3d7" diff --git a/pyproject.toml b/pyproject.toml index 72e4d3ac4..04f9a0e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ flask-login = "^0.6" flask-talisman = "*" flask-wtf = "^1.2" gunicorn = {version = "==25.1.0", extras = ["gevent"]} -hypothesis = "^6.151.6" +hypothesis = "^6.151.9" humanize = "~=4.15" itsdangerous = "~=2.2" jinja2 = "^3.1.6"