From db7abeee067e2ce39945b2dfd47fb204151dc85f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 07:35:25 +0000 Subject: [PATCH] Bump fasttext-predict from 0.9.2.1 to 0.9.2.2 Bumps [fasttext-predict](https://github.com/searxng/fasttext-predict) from 0.9.2.1 to 0.9.2.2. - [Release notes](https://github.com/searxng/fasttext-predict/releases) - [Commits](https://github.com/searxng/fasttext-predict/compare/v0.9.2.1...v0.9.2.2) --- updated-dependencies: - dependency-name: fasttext-predict 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 5a19a723c..c2d211e06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ setproctitle==1.3.3 redis==4.6.0 markdown-it-py==3.0.0 typing_extensions==4.8.0 -fasttext-predict==0.9.2.1 +fasttext-predict==0.9.2.2 pytomlpp==1.0.13