summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-29 07:34:16 +0000
committerGitHub <noreply@github.com>2024-11-29 07:34:16 +0000
commit4f27c9a5ce69ee5d3bcbc6cd19aa602088c02cb5 (patch)
tree2352be140f1c41958fdb9296caac66e363f10beb
parent32260a2738852f1a8a9d3516c6479f2af0f59681 (diff)
downloadsearxng-dependabot/pip/master/fasttext-predict-0.9.2.4.tar.gz
searxng-dependabot/pip/master/fasttext-predict-0.9.2.4.zip
[upd] pypi: Bump fasttext-predict from 0.9.2.2 to 0.9.2.4dependabot/pip/master/fasttext-predict-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] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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'