diff --git a/poetry.lock b/poetry.lock index 4e7bbc50..3dc79101 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.131.9" +version = "6.131.32" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.131.9-py3-none-any.whl", hash = "sha256:7c2d9d6382e98e5337b27bd34e5b223bac23956787a827e1d087e00d893561d6"}, - {file = "hypothesis-6.131.9.tar.gz", hash = "sha256:ee9b0e1403e1121c91921dbdc79d7f509fdb96d457a0389222d2a68d6c8a8f8e"}, + {file = "hypothesis-6.131.32-py3-none-any.whl", hash = "sha256:7a9fe633aea59b1ca2e2b0e48fca52566c6d857ba836bf598a8ddf51b2fe1317"}, + {file = "hypothesis-6.131.32.tar.gz", hash = "sha256:9ef3376a6bf1f4a060fa150fe71fb5cabec93e6ebae0cb9bf93d44b55bd8f8d6"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "e1856406d053fc00353d1e88f63d94158cead038d52a155e1dea06021fd4ea85" +content-hash = "eb36f1f4c600eff93f02279dfdd2c49f61a5efb2ae5cb53cd51a63288fba9c69" diff --git a/pyproject.toml b/pyproject.toml index 2b452b76..eee33d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.11" pydantic = "^2.11.5" typer = "^0.15.4" -hypothesis = "^6.131.9" +hypothesis = "^6.131.32" pytest = "^8.3.5"