diff --git a/poetry.lock b/poetry.lock index 0765bb0de..7f312c7c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,14 +1468,14 @@ tests = ["freezegun", "pytest", "pytest-cov"] [[package]] name = "hypothesis" -version = "6.140.2" +version = "6.140.3" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.140.2-py3-none-any.whl", hash = "sha256:4524cb84be90961563ef15634e2efe96150bbcce47621a13cff3c1b03a326663"}, - {file = "hypothesis-6.140.2.tar.gz", hash = "sha256:b3b4a162134eeef8a992621de6c43d80e03d44704a3c3bfb5b9d0661b375b0d2"}, + {file = "hypothesis-6.140.3-py3-none-any.whl", hash = "sha256:a2cfff51641a58a56081f5c90ae1da6ccf3d043404f411805f7f0e0d75742d0e"}, + {file = "hypothesis-6.140.3.tar.gz", hash = "sha256:4f4a09bf77af21e0cc3dffed1ea639812dc75d38f81308ec9fb0e33f8557b0cb"}, ] [package.dependencies] @@ -4398,4 +4398,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 = "65bbfa460062860c23e6677a73e12c61011a2abf6cfecad200b4048e1e4dee4b" +content-hash = "5d7d45df0bfb0ef7ce8a26c2c065e23405d99ec46063df58126d578dbe789238" diff --git a/pyproject.toml b/pyproject.toml index 997aee1bb..dd2da55f1 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.2" +hypothesis = "^6.140.3" humanize = "~=4.13" itsdangerous = "~=2.2" jinja2 = "^3.1.6"