From 80913647276adc523895d4feb04f1512bf65a990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:05:38 +0000 Subject: [PATCH] build(deps-dev): update hypothesis requirement Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `hypothesis` to 6.148.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.148.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.9 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd6ec88..b406a1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = [ "pylint>=3.2.5,<=4.0.4", "pytest-cov>=4.1,<=7.0.0", "pytest>=7.4,<=9.0.2", - "hypothesis>=6.104.2,<=6.148.8", + "hypothesis>=6.104.2,<=6.148.9", "ruff>=0.5.0,<=0.14.10", "coverage>=7.5.4,<=7.13.1", "pre-commit<=4.5.1",