diff --git a/poetry.lock b/poetry.lock index 5400b661..912c04cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -189,14 +189,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.145.0" +version = "6.147.0" description = "A library for property-based testing" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "hypothesis-6.145.0-py3-none-any.whl", hash = "sha256:c9675afc69980ba13da59bbc66cd0760a2440d4c16e8c162fdcf4cc8e5dde562"}, - {file = "hypothesis-6.145.0.tar.gz", hash = "sha256:75946d124cbc3e928bcd0e3e29617a1187bcb37a1381d8cce352515f90e4971b"}, + {file = "hypothesis-6.147.0-py3-none-any.whl", hash = "sha256:de588807b6da33550d32f47bcd42b1a86d061df85673aa73e6443680249d185e"}, + {file = "hypothesis-6.147.0.tar.gz", hash = "sha256:72e6004ea3bd1460bdb4640b6389df23b87ba7a4851893fd84d1375635d3e507"}, ] [package.dependencies] @@ -978,4 +978,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "746b8720a58459fc485971901f1f8a068455b1c1baa2094aba2fd0782e925abd" +content-hash = "5c6a52bbefe00b439ca5829731c90a023f735874a376cf87815bb37b6b26e5ac" diff --git a/pyproject.toml b/pyproject.toml index 2de18848..2048012b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.3" typer = "^0.20.0" -hypothesis = "^6.145.0" +hypothesis = "^6.147.0" pytest = "^8.4.2"