From 159666b10d2786eda167c36d0b4b94a44fbd6c65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:23:35 +0000 Subject: [PATCH] Update hypothesis requirement from >=6.157.0 to >=6.161.5 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.157.0...v6.161.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31002eb..82a8f9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ modok = "modok.cli.main:cli" dev = [ "pytest>=9.1.1", "pytest-asyncio>=1.4.0", - "hypothesis>=6.157.0", + "hypothesis>=6.161.5", "anyio>=4.13.0", ]