From 8a15f6dca7f23ef318294c7349d444a2242c2d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:33:01 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.156.1 to 6.156.3 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.156.1 to 6.156.3. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.156.1...v6.156.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.156.3 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 6457ef7f..3930c5c3 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.0', 'ruff==0.15.20', - 'hypothesis==6.156.1', + 'hypothesis==6.156.3', 'import-linter==2.13', ] docs = [