From 8667cdb7c018dcfb3f06da0c79bb1174c6aff195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:02:19 +0000 Subject: [PATCH] Bump fasttext from 0.9.2 to 0.9.3 Bumps [fasttext](https://github.com/facebookresearch/fastText) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/facebookresearch/fastText/releases) - [Commits](https://github.com/facebookresearch/fastText/commits) --- updated-dependencies: - dependency-name: fasttext 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 ec32d83e6..fa16e8f16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ google-cloud-vision==3.7.2 tesserocr==2.6.2 spacy==3.6.1 fingerprints==1.1.1 -fasttext==0.9.2 +fasttext==0.9.3 # Development pytest==8.2.0