From 08b4b60c8b933f326dec02baecd3754f07258dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:13:45 -0500 Subject: [PATCH] Bump hypothesis from 6.125.1 to 6.125.2 (#3055) 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 0f99ef4e..4c2de30a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.125.1" +version = "6.125.2" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.125.1-py3-none-any.whl", hash = "sha256:cd2541e1e47d13c3437a431621779791e0f683992a5283cf15774b98d5b49641"}, - {file = "hypothesis-6.125.1.tar.gz", hash = "sha256:247fd85f965b3b3cfe648c10df87e8df7a26643baa3217f210a02e7590b040d5"}, + {file = "hypothesis-6.125.2-py3-none-any.whl", hash = "sha256:55d4966d521b85d2f77e916dabb00d66d5530ea9fbb89c7489ee810625fac802"}, + {file = "hypothesis-6.125.2.tar.gz", hash = "sha256:c70f0a12deb688ce90f2765a507070c4bff57e48ac86849f4350bbddc1df41a3"}, ] [package.dependencies] @@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9e23a98400bc0c73719dcd06ec8abf50ad9cd18288d0f5492723e63d98cc868e" +content-hash = "4d728299d26502240d735eabfea7230ad759028e4e97385fae6b07be8dc4f3b8" diff --git a/pyproject.toml b/pyproject.toml index d17e9f68..9d3998fa 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.1" -hypothesis = "^6.125.1" +hypothesis = "^6.125.2" pytest = "^8.3.4"