summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-10 07:35:25 +0000
committerGitHub <noreply@github.com>2023-11-10 07:35:25 +0000
commitfd2f4c1d3c7fd7327eecf8c9ffdd0ac95ea549d0 (patch)
treeac0d0fcd9bee260b76686fbfede8eccd16d7a0bc
parent96ccec1aa6507ef4d3dc05a08e01187f80080972 (diff)
downloadsearx-dependabot/pip/master/fasttext-predict-0.9.2.2.tar.gz
searx-dependabot/pip/master/fasttext-predict-0.9.2.2.zip
Bump fasttext-predict from 0.9.2.1 to 0.9.2.2dependabot/pip/master/fasttext-predict-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] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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