From 8e0ccb2620aac1ac40ae2bf02fabb8be8f3a2179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:43:58 -0400 Subject: [PATCH] Bump hypothesis from 6.131.32 to 6.133.0 (#3125) 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 3dc79101..16b1de2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "hypothesis" -version = "6.131.32" +version = "6.133.0" description = "A library for property-based testing" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "hypothesis-6.131.32-py3-none-any.whl", hash = "sha256:7a9fe633aea59b1ca2e2b0e48fca52566c6d857ba836bf598a8ddf51b2fe1317"}, - {file = "hypothesis-6.131.32.tar.gz", hash = "sha256:9ef3376a6bf1f4a060fa150fe71fb5cabec93e6ebae0cb9bf93d44b55bd8f8d6"}, + {file = "hypothesis-6.133.0-py3-none-any.whl", hash = "sha256:f8f92858d8abe17e98dd58a82e07c35105b337f533a487d52b2971a946777765"}, + {file = "hypothesis-6.133.0.tar.gz", hash = "sha256:ee23f20b8a4276d4be234ceed1d3f5a186c9f84766e71ac478fc225c7ad43ffb"}, ] [package.dependencies] @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "eb36f1f4c600eff93f02279dfdd2c49f61a5efb2ae5cb53cd51a63288fba9c69" +content-hash = "90665837c19c03ced6cdcea7fcf3d230545d8eac8099fc04b0464f4ce10e6f83" diff --git a/pyproject.toml b/pyproject.toml index eee33d77..dc365ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.11" pydantic = "^2.11.5" typer = "^0.15.4" -hypothesis = "^6.131.32" +hypothesis = "^6.133.0" pytest = "^8.3.5"