diff --git a/poetry.lock b/poetry.lock index e18875ab..f2a8349f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.100.4" +version = "6.101.0" description = "A library for property-based testing" optional = false python-versions = ">=3.8" files = [ - {file = "hypothesis-6.100.4-py3-none-any.whl", hash = "sha256:f1909d4702d21be55720bbbc58e0b42172e14bf712a8ecbab00ad6ae209a5ec9"}, - {file = "hypothesis-6.100.4.tar.gz", hash = "sha256:f6858353a5fae943cae149cc618b9f2b261143df9d8d792cf1065a1b289bbb24"}, + {file = "hypothesis-6.101.0-py3-none-any.whl", hash = "sha256:3aeeda59bc7878aa2ad066f71925ab9296a148f7fb7d5395a47795035283dec2"}, + {file = "hypothesis-6.101.0.tar.gz", hash = "sha256:b43242fc2b672b26c81688876976c1c2cc44116050ca12f60eb2671b75eacd45"}, ] [package.dependencies] @@ -829,4 +829,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "15e6a8421fccd27fb067a2f5cdbc396bc393279afffc304720b04e4bb8d681cc" +content-hash = "f0a58c44dfbc0f1b5a7eedf7005569829a760a9bec8d27457e4eeb0c02a9a5f1" diff --git a/pyproject.toml b/pyproject.toml index c990a176..cde11fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.31.0" ruamel-yaml = "^0.18.6" pydantic = "^2.7.0" typer = "^0.12.3" -hypothesis = "^6.100.4" +hypothesis = "^6.101.0" pytest = "^8.2.0"