From edf3cd3740625e65c4fe946af15d3492261b38e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:21:32 +0000 Subject: [PATCH] Bump hypothesis from 6.142.2 to 6.142.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.142.2 to 6.142.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.2...hypothesis-python-6.142.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 883d65c17..76c464b07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2076,14 +2076,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "hypothesis" -version = "6.142.2" +version = "6.142.3" description = "A library for property-based testing" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "hypothesis-6.142.2-py3-none-any.whl", hash = "sha256:cc6c6e66c06aff695dd255501a767b528e00d84ce3572160425a9ba5e4a47845"}, - {file = "hypothesis-6.142.2.tar.gz", hash = "sha256:c4204a2ce327e45fbaf83a2b58142a285135698dc1d08e368ae9901f06b49e64"}, + {file = "hypothesis-6.142.3-py3-none-any.whl", hash = "sha256:2fc19a2824c9bdc3f8e39d87861fbdf1d766982b20d54646a642bce82bcac179"}, + {file = "hypothesis-6.142.3.tar.gz", hash = "sha256:f1aaf83f6cc0c50f1b61e167974a8a67377dce13e0ea628b67a83f574ef30b85"}, ] [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 = "8ef99f4ae004b5cef4314563de08639dc8152c3b28fcd2fe623457a563999b82" +content-hash = "b7242d3b5d7c73eba207cd5c5485bc8db8fcf5380de34ea66328508d71981693" diff --git a/pyproject.toml b/pyproject.toml index 193fbd346..55a79606a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ exceptiongroup = "==1.3.0" flake8 = "^7.3.0" flake8-bugbear = "^24.12.12" freezegun = "^1.5.5" -hypothesis = "^6.142.2" +hypothesis = "^6.142.3" honcho = "*" isort = "^7.0.0" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}