From e093e7205d016c80506880fd22faeea281684596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 11:51:30 +0000 Subject: [PATCH] Bump hypothesis from 6.131.9 to 6.132.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.131.9 to 6.132.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.131.9...hypothesis-python-6.132.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.132.0 dependency-type: direct:production 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 c37545aa50..9bac3ab45d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "coverage==7.8.2", "pytest==8.3.5", "pytest-cov==6.1.1", - "hypothesis==6.131.9", + "hypothesis==6.133.2", "pytest-mock==3.14.1", "fastapi==0.115.12", "httpx==0.28.1",