From 5516158043505df6e0a590057554c296cda1be17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:58:07 +0000 Subject: [PATCH] Bump hypothesis from 6.140.2 to 6.141.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.140.2 to 6.141.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.2...hypothesis-python-6.141.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.1 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 0a52724c4..eba14e960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "coverage==7.10.7", "pytest==8.4.2", "pytest-cov==7.0.0", - "hypothesis==6.140.2", + "hypothesis==6.141.1", "pytest-mock==3.15.1", "fastapi==0.121.0", "httpx==0.28.1",