Bump hypothesis from 6.148.1 to 6.148.2 (#3234)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hare Sudhan <code@0x6c.dev>
This commit is contained in:
dependabot[bot]
2025-11-25 21:13:14 -05:00
committed by GitHub
parent 0c89f6317e
commit aa4d9e2bec
2 changed files with 6 additions and 6 deletions
Generated
+5 -5
View File
@@ -189,14 +189,14 @@ files = [
[[package]] [[package]]
name = "hypothesis" name = "hypothesis"
version = "6.148.1" version = "6.148.2"
description = "The property-based testing library for Python" description = "The property-based testing library for Python"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10.2"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "hypothesis-6.148.1-py3-none-any.whl", hash = "sha256:2cca1a20e8fcd230da86bb6d9f3e940a052caef0d4327c12b5694d164ea0f89e"}, {file = "hypothesis-6.148.2-py3-none-any.whl", hash = "sha256:bf8ddc829009da73b321994b902b1964bcc3e5c3f0ed9a1c1e6a1631ab97c5fa"},
{file = "hypothesis-6.148.1.tar.gz", hash = "sha256:98851429bd89b0c8835e8ebca6705c28dec56517576e5606fc3b841ddb0dc1c7"}, {file = "hypothesis-6.148.2.tar.gz", hash = "sha256:07e65d34d687ddff3e92a3ac6b43966c193356896813aec79f0a611c5018f4b1"},
] ]
[package.dependencies] [package.dependencies]
@@ -980,4 +980,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.1" lock-version = "2.1"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "3f9801d6f39ee7476aab15be27b33ced4be77448d96490adf33e38bea85b5ef8" content-hash = "0e4cfaa291f1dd0ebfb71b35c86b9716fb0544c2f236fc0e9cde6cd4b73c2953"
+1 -1
View File
@@ -13,7 +13,7 @@ requests = "^2.32.5"
ruamel-yaml = "^0.18.16" ruamel-yaml = "^0.18.16"
pydantic = "^2.12.3" pydantic = "^2.12.3"
typer = "^0.20.0" typer = "^0.20.0"
hypothesis = "^6.148.1" hypothesis = "^6.148.2"
pytest = "^9.0.1" pytest = "^9.0.1"