From 695e6e7a6e5e551622e774d864c79fc9fb059aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:00:37 +0000 Subject: [PATCH] chore(deps-dev): bump hypothesis from 6.163.0 to 6.165.10 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.163.0 to 6.165.10. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.163.0...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 2fbd74f..e877757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] cli = ["tqdm>=4.66"] dev = [ - "hypothesis==6.163.0", + "hypothesis==6.165.10", # Test-only. tests/test_minisom_agreement.py checks this package's equations against MiniSom's. # MIT, a single file, and it declares no dependencies of its own. "minisom==2.3.6",