From fff4632607ce8c3c0882cdcc280666a5f84f2139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 03:42:18 +0000 Subject: [PATCH] build(deps): update rank-bm25 requirement from >=0.2 to >=0.2.2 Updates the requirements on [rank-bm25](https://github.com/dorianbrown/rank_bm25) to permit the latest version. - [Release notes](https://github.com/dorianbrown/rank_bm25/releases) - [Commits](https://github.com/dorianbrown/rank_bm25/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: rank-bm25 dependency-version: 0.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41cc8da..79ce4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ dependencies = [ "numpy>=1.21", "networkx>=2.6", - "rank-bm25>=0.2", + "rank-bm25>=0.2.2", "scikit-learn>=1.0", "pyyaml>=6.0", "jieba>=0.42",