From dffd96829204bac5db2534fab83152400ab640d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:55:34 -0700 Subject: [PATCH] Bump hypothesis from 6.136.8 to 6.137.2 (#3162) 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 b66c6b65..a0449308 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.136.8" +version = "6.137.3" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.136.8-py3-none-any.whl", hash = "sha256:4fbb93248d630d05dab06c79b18af4c67726c2286ed9249d78c7ffebd013bb9f"}, - {file = "hypothesis-6.136.8.tar.gz", hash = "sha256:3c784eb48350f67b2aaee2af6d9d94cbae47ee00cf5e209bf778603c621652f1"}, + {file = "hypothesis-6.137.3-py3-none-any.whl", hash = "sha256:e1b869d1a7a07b0578e0006e5b6c0511d2d2d1deb306fd3c5c839e3a5db15a60"}, + {file = "hypothesis-6.137.3.tar.gz", hash = "sha256:8e2897572295b1e57c2cd4a0302a25ba8faa70460e96818ea0c16b793485a575"}, ] [package.dependencies] @@ -903,4 +903,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f441fa9c4725fca823e5f2487b5294b78c2fd55c97e7f18ce62ba72b34011873" +content-hash = "63681f46e8debf7a4344fa1f5df59f528d1fc4c0ca9ecdb8924c0e5431d9d4ff" diff --git a/pyproject.toml b/pyproject.toml index c7747286..8df9f6a9 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.136.8" +hypothesis = "^6.137.3" pytest = "^8.4.1"