Bump hypothesis from 6.128.2 to 6.129.3 (#3082)

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-19 17:17:33 -04:00
committed by GitHub
parent 29b3bc5831
commit 33407bb6e2
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -174,14 +174,14 @@ files = [
[[package]]
name = "hypothesis"
version = "6.128.2"
version = "6.129.3"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "hypothesis-6.128.2-py3-none-any.whl", hash = "sha256:a4815dfb8bccfe26ccffa26e4c50d2f07adb45b1b4c66f4dd23ffbfb8cbf8ed3"},
{file = "hypothesis-6.128.2.tar.gz", hash = "sha256:a6e0e61bdb9ee6d1459687e4169e76a7bce830bb88f7e9948c2c1c4c39dd74b3"},
{file = "hypothesis-6.129.3-py3-none-any.whl", hash = "sha256:95f8f1f0d6cd29b272ae4b42c5c5d9768aa1f2be3ab1834a961a9d0c2fc4d652"},
{file = "hypothesis-6.129.3.tar.gz", hash = "sha256:8a0cbc7612861f603af3838d282e2f7c47f362e7093fabf3ce928d2c7e3480e3"},
]
[package.dependencies]
@@ -879,4 +879,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "254b1211b13ef4e10aaabe2e98625da8567d16f3149bcbf6306af5cb5f925e5e"
content-hash = "e814d73c19198e931c159790a200b0bc4e3fc40dd86e6cde0090c05295954ce0"
+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.128.2"
hypothesis = "^6.129.3"
pytest = "^8.3.5"