Bump hypothesis from 6.131.0 to 6.131.6 (#3105)

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-04-23 22:29:36 -04:00
committed by GitHub
parent 83761eb884
commit ffc50d5933
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -174,14 +174,14 @@ files = [
[[package]]
name = "hypothesis"
version = "6.131.0"
version = "6.131.6"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "hypothesis-6.131.0-py3-none-any.whl", hash = "sha256:734959017e3ee4ef8f0ecb4e5169c8f4cf96dc83a997d2edf01fb5350f5bf2f4"},
{file = "hypothesis-6.131.0.tar.gz", hash = "sha256:4b807daeeee47852edfd9818ba0e33df14902f1b78a5524f1a3fb71f80c7cec3"},
{file = "hypothesis-6.131.6-py3-none-any.whl", hash = "sha256:c15e09a0698f89d9431b97a9e1645ac8ed73167d0fb97b3589bbce6d15cb5296"},
{file = "hypothesis-6.131.6.tar.gz", hash = "sha256:3d7ceb300be5f47b4023021bcf0e6e0c7b7e8dcf304a381dd10238a1cfbd0ba2"},
]
[package.dependencies]
@@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.11"
content-hash = "de53240f94bc23ab2a9f9cb622b6666bbf6a090ef206ab455cd10bef91e2b4c3"
content-hash = "727ee56ae52516335f93746d5c949c6afb607ee36264c505b5f282bba213c643"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.3"
ruamel-yaml = "^0.18.10"
pydantic = "^2.11.3"
typer = "^0.15.2"
hypothesis = "^6.131.0"
hypothesis = "^6.131.6"
pytest = "^8.3.5"