Bump hypothesis from 6.123.0 to 6.123.2 (#3021)

This commit is contained in:
dependabot[bot]
2025-01-01 12:30:20 -05:00
committed by GitHub
parent 12afd8e372
commit b7a6dd6c14
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -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"
+1 -1
View File
@@ -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"