From cf034488d5c07a8c5ea8008972c936f0d4457cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:34:16 +0000 Subject: [PATCH] [upd] pypi: Bump fasttext-predict from 0.9.2.2 to 0.9.2.4 Bumps [fasttext-predict](https://github.com/searxng/fasttext-predict) from 0.9.2.2 to 0.9.2.4. - [Release notes](https://github.com/searxng/fasttext-predict/releases) - [Commits](https://github.com/searxng/fasttext-predict/compare/v0.9.2.2...v0.9.2.4) --- 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 03babb7a8..a93b5ba00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ httpx-socks[asyncio]==0.7.7 setproctitle==1.3.4 redis==5.0.8 markdown-it-py==3.0.0 -fasttext-predict==0.9.2.2 +fasttext-predict==0.9.2.4 tomli==2.0.2; python_version < '3.11' msgspec==0.18.6 eval_type_backport; python_version < '3.9'