Bump hypothesis from 6.127.6 to 6.128.2 (#3076)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-03-10 14:50:21 -04:00
committed by GitHub
parent a1730eac33
commit 6ccb05dd04
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -174,14 +174,14 @@ files = [
[[package]]
name = "hypothesis"
version = "6.127.6"
version = "6.128.2"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "hypothesis-6.127.6-py3-none-any.whl", hash = "sha256:4967702ee2f8c8d7d0d50f14940c3496bd32ac8b8a2b362ace34c722e842d00b"},
{file = "hypothesis-6.127.6.tar.gz", hash = "sha256:9b5292f3f2d505bf0f3e060b1c12f3643fa9b7cd036f41f3456c5f7cc7f73164"},
{file = "hypothesis-6.128.2-py3-none-any.whl", hash = "sha256:a4815dfb8bccfe26ccffa26e4c50d2f07adb45b1b4c66f4dd23ffbfb8cbf8ed3"},
{file = "hypothesis-6.128.2.tar.gz", hash = "sha256:a6e0e61bdb9ee6d1459687e4169e76a7bce830bb88f7e9948c2c1c4c39dd74b3"},
]
[package.dependencies]
@@ -879,4 +879,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "fdee58f5b66791a5b6a0cf481b5eabca46df1f73aa0ed74b1d9e9d3c5566b271"
content-hash = "254b1211b13ef4e10aaabe2e98625da8567d16f3149bcbf6306af5cb5f925e5e"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.3"
ruamel-yaml = "^0.18.10"
pydantic = "^2.9.2"
typer = "^0.15.2"
hypothesis = "^6.127.6"
hypothesis = "^6.128.2"
pytest = "^8.3.5"