diff --git a/poetry.lock b/poetry.lock index 7d7d3c62..7da514e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.128.2" +version = "6.129.3" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.128.2-py3-none-any.whl", hash = "sha256:a4815dfb8bccfe26ccffa26e4c50d2f07adb45b1b4c66f4dd23ffbfb8cbf8ed3"}, - {file = "hypothesis-6.128.2.tar.gz", hash = "sha256:a6e0e61bdb9ee6d1459687e4169e76a7bce830bb88f7e9948c2c1c4c39dd74b3"}, + {file = "hypothesis-6.129.3-py3-none-any.whl", hash = "sha256:95f8f1f0d6cd29b272ae4b42c5c5d9768aa1f2be3ab1834a961a9d0c2fc4d652"}, + {file = "hypothesis-6.129.3.tar.gz", hash = "sha256:8a0cbc7612861f603af3838d282e2f7c47f362e7093fabf3ce928d2c7e3480e3"}, ] [package.dependencies] @@ -879,4 +879,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "254b1211b13ef4e10aaabe2e98625da8567d16f3149bcbf6306af5cb5f925e5e" +content-hash = "e814d73c19198e931c159790a200b0bc4e3fc40dd86e6cde0090c05295954ce0" diff --git a/pyproject.toml b/pyproject.toml index b55c1461..c5543df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.10" pydantic = "^2.9.2" typer = "^0.15.2" -hypothesis = "^6.128.2" +hypothesis = "^6.129.3" pytest = "^8.3.5"