From 0de26fa8bd25061c28fd809e12fe0450d1e7f332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:34:39 +0000 Subject: [PATCH] Bump hypothesis from 6.142.4 to 6.147.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.142.4 to 6.147.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.4...hypothesis-python-6.147.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.147.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a007f7..9ef0a8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "flake8-plugin-utils==1.3.3", "flake8-type-checking==3.0.0", "flake8==7.3.0", - "hypothesis==6.142.4", + "hypothesis==6.147.0", "ipykernel==7.0.1", "ipython==9.6.0", "isort==7.0.0",