From 48e0ae334a6bd4ce899c3c7d057b4448f4166cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:39:45 +0000 Subject: [PATCH] Bump hypothesis from 6.151.12 to 6.151.13 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.12 to 6.151.13. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.151.12...hypothesis-python-6.151.13) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6c18d49..391ef180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ development = [ "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml 'pre-commit==4.5.1', 'ruff==0.15.10', - 'hypothesis==6.151.12', + 'hypothesis==6.151.13', 'import-linter==2.11', ] docs = [