diff --git a/poetry.lock b/poetry.lock index 6a8cb69932..51c90d0f75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -201,14 +201,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.151.5" +version = "6.151.10" description = "The property-based testing library for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.151.5-py3-none-any.whl", hash = "sha256:c0e15c91fa0e67bc0295551ef5041bebad42753b7977a610cd7a6ec1ad04ef13"}, - {file = "hypothesis-6.151.5.tar.gz", hash = "sha256:ae3a0622f9693e6b19c697777c2c266c02801f9769ab7c2c37b7ec83d4743783"}, + {file = "hypothesis-6.151.10-py3-none-any.whl", hash = "sha256:b0d7728f0c8c2be009f89fcdd6066f70c5439aa0f94adbb06e98261d05f49b05"}, + {file = "hypothesis-6.151.10.tar.gz", hash = "sha256:6c9565af8b4aa3a080b508f66ce9c2a77dd613c7e9073e27fc7e4ef9f45f8a27"}, ] [package.dependencies] @@ -996,4 +996,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7415b6dd6c8a42ec54fde12839fc92cf1034c2558090542918aa17eba0a95498" +content-hash = "c4b6a8eb8993c77a9e5711326e92f717a4f154d9bf571b384bf312bd0927e99c" diff --git a/pyproject.toml b/pyproject.toml index 0e41473a98..9c7d4cfc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.5" typer = "^0.24.1" -hypothesis = "^6.151.5" +hypothesis = "^6.151.10" pytest = "^9.0.2"