From e45a165183cb6211f50ce54b51f7de861f0cd9a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:24:40 +0000 Subject: [PATCH] chore(deps): update dependency imagehash to v4.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eec36aa0b..fdc6bf9e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "statsmodels>=0.13.2, <1", # type checking "typeguard>=3, <5", - "imagehash==4.3.1", + "imagehash==4.3.2", "wordcloud>=1.9.3", "dacite>=1.8", "numba>=0.56.0, <=0.61",