From ffc50d59333fcb42761037f58d640e6a6c6db0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 22:29:36 -0400 Subject: [PATCH] Bump hypothesis from 6.131.0 to 6.131.6 (#3105) 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 c586c1b2..ed2707ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.131.0" +version = "6.131.6" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.131.0-py3-none-any.whl", hash = "sha256:734959017e3ee4ef8f0ecb4e5169c8f4cf96dc83a997d2edf01fb5350f5bf2f4"}, - {file = "hypothesis-6.131.0.tar.gz", hash = "sha256:4b807daeeee47852edfd9818ba0e33df14902f1b78a5524f1a3fb71f80c7cec3"}, + {file = "hypothesis-6.131.6-py3-none-any.whl", hash = "sha256:c15e09a0698f89d9431b97a9e1645ac8ed73167d0fb97b3589bbce6d15cb5296"}, + {file = "hypothesis-6.131.6.tar.gz", hash = "sha256:3d7ceb300be5f47b4023021bcf0e6e0c7b7e8dcf304a381dd10238a1cfbd0ba2"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "de53240f94bc23ab2a9f9cb622b6666bbf6a090ef206ab455cd10bef91e2b4c3" +content-hash = "727ee56ae52516335f93746d5c949c6afb607ee36264c505b5f282bba213c643" diff --git a/pyproject.toml b/pyproject.toml index 525c1f59..1026494d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.10" pydantic = "^2.11.3" typer = "^0.15.2" -hypothesis = "^6.131.0" +hypothesis = "^6.131.6" pytest = "^8.3.5"