diff --git a/poetry.lock b/poetry.lock index 6865371d..78d246c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -167,13 +167,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.122.3" +version = "6.123.0" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.122.3-py3-none-any.whl", hash = "sha256:f0f57036d3b95b979491602b32c95b6725c3af678cccb6165d8de330857f3c83"}, - {file = "hypothesis-6.122.3.tar.gz", hash = "sha256:f4c927ce0ec739fa6266e4572949d0b54e24a14601a2bc5fec8f78e16af57918"}, + {file = "hypothesis-6.123.0-py3-none-any.whl", hash = "sha256:13fb3fe8879245d224be423ca2086150593d9fd8dcfd4585e62dea3c5c8cdddb"}, + {file = "hypothesis-6.123.0.tar.gz", hash = "sha256:d206c70e6919c8c76dd94b4ffc6daa05f55473b97988e63b88ad3ad66cc389d1"}, ] [package.dependencies] @@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bba379c2a56545f28307cc53bcbbba0d3f318af3d9050f93a8a677a79e05ba8d" +content-hash = "483ebd478ad996c01875a6dc6fa701a6c57adebc6aafdc5e8a64ec2d4bfb0659" diff --git a/pyproject.toml b/pyproject.toml index 9bf88786..4dd1616f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.6" pydantic = "^2.9.2" typer = "^0.15.1" -hypothesis = "^6.122.3" +hypothesis = "^6.123.0" pytest = "^8.3.4"