From b7a6dd6c1451653fbcd9db8764faee45066fcfb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:30:20 -0500 Subject: [PATCH] Bump hypothesis from 6.123.0 to 6.123.2 (#3021) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 78d246c4..1ada35d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ files = [ [[package]] name = "hypothesis" -version = "6.123.0" +version = "6.123.2" description = "A library for property-based testing" optional = false python-versions = ">=3.9" files = [ - {file = "hypothesis-6.123.0-py3-none-any.whl", hash = "sha256:13fb3fe8879245d224be423ca2086150593d9fd8dcfd4585e62dea3c5c8cdddb"}, - {file = "hypothesis-6.123.0.tar.gz", hash = "sha256:d206c70e6919c8c76dd94b4ffc6daa05f55473b97988e63b88ad3ad66cc389d1"}, + {file = "hypothesis-6.123.2-py3-none-any.whl", hash = "sha256:0a8bf07753f1436f1b8697a13ea955f3fef3ef7b477c2972869b1d142bcdb30e"}, + {file = "hypothesis-6.123.2.tar.gz", hash = "sha256:02c25552783764146b191c69eef69d8375827b58a75074055705ab8fdbc95fc5"}, ] [package.dependencies] @@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "483ebd478ad996c01875a6dc6fa701a6c57adebc6aafdc5e8a64ec2d4bfb0659" +content-hash = "79bc7a91cbf7a37351e191a58810617b069b405de52a1d3a6a3ccf7d3f49b72b" diff --git a/pyproject.toml b/pyproject.toml index 4dd1616f..40487976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.32.3" ruamel-yaml = "^0.18.6" pydantic = "^2.9.2" typer = "^0.15.1" -hypothesis = "^6.123.0" +hypothesis = "^6.123.2" pytest = "^8.3.4"