diff --git a/poetry.lock b/poetry.lock index f7ba52a54..770b5e71e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -189,14 +189,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.148.1" +version = "6.148.2" description = "The property-based testing library for Python" optional = false -python-versions = ">=3.10" +python-versions = ">=3.10.2" groups = ["main"] files = [ - {file = "hypothesis-6.148.1-py3-none-any.whl", hash = "sha256:2cca1a20e8fcd230da86bb6d9f3e940a052caef0d4327c12b5694d164ea0f89e"}, - {file = "hypothesis-6.148.1.tar.gz", hash = "sha256:98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7"}, + {file = "hypothesis-6.148.2-py3-none-any.whl", hash = "sha256:bf8ddc829009da73b321994b902b1964bcc3e5c3f0ed9a1c1e6a1631ab97c5fa"}, + {file = "hypothesis-6.148.2.tar.gz", hash = "sha256:07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1"}, ] [package.dependencies] @@ -980,4 +980,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "3f9801d6f39ee7476aab15be27b33ced4be77448d96490adf33e38bea85b5ef8" +content-hash = "0e4cfaa291f1dd0ebfb71b35c86b9716fb0544c2f236fc0e9cde6cd4b73c2953" diff --git a/pyproject.toml b/pyproject.toml index 962bb4c77..b14209031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.3" typer = "^0.20.0" -hypothesis = "^6.148.1" +hypothesis = "^6.148.2" pytest = "^9.0.1"