From ac1ad885ff852441e01762c69180262b55d1a3e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:42:28 +0000 Subject: [PATCH] chore(deps): update dependency hypothesis to v6.151.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3be9fcc..af18048d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pfun" -version = "0.13.42" +version = "0.13.43" description = "Functional, composable, asynchronous, type-safe Python." authors = ["Sune Debel"] readme = "README.md" @@ -29,7 +29,7 @@ Cython = [ pytest-mypy-plugins = "^1.9.3" pytest-asyncio = "1.1.0" pytest = "8.4.1" -hypothesis = "6.79.4" +hypothesis = "6.151.10" ipython = "^7.7" ipdb = "0.13.13" flake8 = "7.3.0"