From 8938cd8aedb347e69d98cd879bbac9ba3267a359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:21:02 +0000 Subject: [PATCH] Bump hypothesis from 6.148.7 to 6.148.9 in the pytest group Bumps the pytest group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `hypothesis` from 6.148.7 to 6.148.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.7...hypothesis-python-6.148.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..3fe825a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ [dependency-groups] dev = [ "click==8.3.1", - "hypothesis==6.148.7", + "hypothesis==6.148.9", "maturin==1.10.2", "pdoc==16.0.0", "pyinstaller==6.17.0",