diff --git a/poetry.lock b/poetry.lock index d910f64d..87434826 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.135.9" +version = "6.135.14" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.135.9-py3-none-any.whl", hash = "sha256:f26a8b0dfb9d4921df931ef1dbe56435b227832a6f3b8dbab5bd563c2e443831"}, - {file = "hypothesis-6.135.9.tar.gz", hash = "sha256:a80a256268b8af3d34d62be30f6bf4a7d099b2b762621cc5f3f1de65e7b98543"}, + {file = "hypothesis-6.135.14-py3-none-any.whl", hash = "sha256:0dd5b8095e36bd288367c631f864a16c30500b01b17943dcea681233f7421860"}, + {file = "hypothesis-6.135.14.tar.gz", hash = "sha256:2666df50b3cc40ea08b161a5389d6a1cd5aa3cab0dd8fde0ae339389714a4f67"}, ] [package.dependencies] @@ -903,4 +903,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f977bfef8e9262fd82336c08648100d4112b631892959d17d2be15980a8d2d3a" +content-hash = "c333dfe1fd3c149c60bdaf0f606a707c57109ce55414277d057d67d696bcbf4d" diff --git a/pyproject.toml b/pyproject.toml index 182bbec2..3cb792ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.4" ruamel-yaml = "^0.18.14" pydantic = "^2.11.7" typer = "^0.16.0" -hypothesis = "^6.135.9" +hypothesis = "^6.135.14" pytest = "^8.4.0"