diff --git a/poetry.lock b/poetry.lock index 53b9e17d9..cc829a062 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 89a23884b..9ca8ea98e 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.140.1" +hypothesis = "^6.140.2" humanize = "~=4.13" itsdangerous = "~=2.2" jinja2 = "^3.1.6"