diff --git a/poetry.lock b/poetry.lock index 349476f4d..f2cfec3ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1990,14 +1990,14 @@ zstd = ["zstandard (>=0.18.0)"] [[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 = ["dev"] 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] @@ -5782,4 +5782,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "b7f8fbf9e3e1e018b0ed1c54ed94516b7a8cc7260c91ca85b81cdf2d81022581" +content-hash = "d01041f27afb8d325bbe0e6dc18d5dd79628a62d07b2f4347303b98ac1547253" diff --git a/pyproject.toml b/pyproject.toml index 7e3218cc5..e485844d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ exceptiongroup = "==1.3.0" flake8 = "^7.3.0" flake8-bugbear = "^24.12.12" freezegun = "^1.5.5" -hypothesis = "^6.140.1" +hypothesis = "^6.140.2" honcho = "*" isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}