From 917666895ee3a7e64e4da58c547795543736bb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:20:15 +0000 Subject: [PATCH] build(deps-dev): bump hypothesis from 6.167.1 to 6.168.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.167.1 to 6.168.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.167.1...v6.168.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.168.0 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 cf447145..3fa4a893 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.2', 'ruff==0.16.7', - 'hypothesis==6.167.1', + 'hypothesis==6.168.0', 'import-linter==2.15', ] docs = [