Merge pull request #2069 from GSA/dependabot/pip/hypothesis-6.142.4

Bump hypothesis from 6.142.3 to 6.142.4
This commit is contained in:
ccostino
2025-10-28 08:22:58 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2076,14 +2076,14 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "hypothesis"
version = "6.142.3"
version = "6.142.4"
description = "A library for property-based testing"
optional = false
python-versions = ">=3.10"
groups = ["dev"]
files = [
{file = "hypothesis-6.142.3-py3-none-any.whl", hash = "sha256:2fc19a2824c9bdc3f8e39d87861fbdf1d766982b20d54646a642bce82bcac179"},
{file = "hypothesis-6.142.3.tar.gz", hash = "sha256:f1aaf83f6cc0c50f1b61e167974a8a67377dce13e0ea628b67a83f574ef30b85"},
{file = "hypothesis-6.142.4-py3-none-any.whl", hash = "sha256:25eecc73fadecd8b491aed822204cfe4be9c98ff5c1e8e038d181136ffc54b5b"},
{file = "hypothesis-6.142.4.tar.gz", hash = "sha256:b3e71a84708994aa910ea47f1483ad892a7c390839959d689b2a2b07ebfd160e"},
]
[package.dependencies]
@@ -5926,4 +5926,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
[metadata]
lock-version = "2.1"
python-versions = "^3.13.2"
content-hash = "ace53071110003d43f585c505356b2abb531eaf5196ea1669e2ed2ed7ffc9fb3"
content-hash = "a885082810dd3f8abdc9bc86138cee558be95e001720ee7ee2033230663982a5"

View File

@@ -92,7 +92,7 @@ exceptiongroup = "==1.3.0"
flake8 = "^7.3.0"
flake8-bugbear = "^25.10.21"
freezegun = "^1.5.5"
hypothesis = "^6.142.3"
hypothesis = "^6.142.4"
honcho = "*"
isort = "^7.0.0"
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}