From 1db7004041ab903335d7acfabef59905e3e12cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:24:37 +0000 Subject: [PATCH] Bump hypothesis from 6.140.3 to 6.165.10 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.140.3 to 6.165.10. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.3...v6.165.10) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.10 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 b8f7572..322aaf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "mypy==1.18.2", "pytest==8.4.2", "pytest-cov==7.0.0", - "hypothesis==6.140.3", + "hypothesis==6.165.10", "types-PyYAML", "moto[dynamodb,ses]==5.2.3", "boto3-stubs[dynamodb,ses,bedrock-runtime]==1.43.78",