diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-29 07:34:16 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-29 10:21:13 +0100 |
commit | cf034488d5c07a8c5ea8008972c936f0d4457cac (patch) | |
tree | 53bd01965e727e20806d4a5bcfaaa77d59423a30 | |
parent | 011cb672f10f8d305b11ee0d75f1a42060ec7ac9 (diff) | |
download | searxng-cf034488d5c07a8c5ea8008972c936f0d4457cac.tar.gz searxng-cf034488d5c07a8c5ea8008972c936f0d4457cac.zip |
[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] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
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' |