From 2c76d245f3f0bbb8764f338ac37787772272776b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 15:50:12 +0000 Subject: [PATCH] Bump pyicu from 2.15 to 2.15.2 Bumps [pyicu](https://gitlab.pyicu.org/main/pyicu) from 2.15 to 2.15.2. --- updated-dependencies: - dependency-name: pyicu dependency-version: 2.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9694ac3c6..5fae84b07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ followthemoney-store[postgresql]==3.1.0 servicelayer[google,amazon]==1.24.0 languagecodes==1.1.1 countrytagger==0.1.2 -pyicu==2.15 +pyicu==2.15.2 google-cloud-vision==3.10.1 tesserocr==2.8.0 spacy==3.8.5 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU)