From 6ccb05dd049287cf455cd1f07d90dc1d01aba47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:50:21 -0400 Subject: [PATCH] Bump hypothesis from 6.127.6 to 6.128.2 (#3076) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 86c3ca59..7d7d3c62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.127.6" +version = "6.128.2" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.127.6-py3-none-any.whl", hash = "sha256:4967702ee2f8c8d7d0d50f14940c3496bd32ac8b8a2b362ace34c722e842d00b"}, - {file = "hypothesis-6.127.6.tar.gz", hash = "sha256:9b5292f3f2d505bf0f3e060b1c12f3643fa9b7cd036f41f3456c5f7cc7f73164"}, + {file = "hypothesis-6.128.2-py3-none-any.whl", hash = "sha256:a4815dfb8bccfe26ccffa26e4c50d2f07adb45b1b4c66f4dd23ffbfb8cbf8ed3"}, + {file = "hypothesis-6.128.2.tar.gz", hash = "sha256:a6e0e61bdb9ee6d1459687e4169e76a7bce830bb88f7e9948c2c1c4c39dd74b3"}, ] [package.dependencies] @@ -879,4 +879,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "fdee58f5b66791a5b6a0cf481b5eabca46df1f73aa0ed74b1d9e9d3c5566b271" +content-hash = "254b1211b13ef4e10aaabe2e98625da8567d16f3149bcbf6306af5cb5f925e5e" diff --git a/pyproject.toml b/pyproject.toml index d9de07f2..b55c1461 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.10" pydantic = "^2.9.2" typer = "^0.15.2" -hypothesis = "^6.127.6" +hypothesis = "^6.128.2" pytest = "^8.3.5"