From 97146b3f1ac76374f2fc0fcb836070663e765ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 18:33:21 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.161.5 to 6.165.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.161.5 to 6.165.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.161.5...v6.165.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.2 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 c679c1d1..fa563a40 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.6.1', 'ruff==0.15.22', - 'hypothesis==6.161.5', + 'hypothesis==6.165.2', 'import-linter==2.13', ] docs = [