From 02c62cbba06d67a3b9e0f6e902dcc9c2f86ded1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 14:53:24 +0000 Subject: [PATCH] Bump sacremoses from 0.1.1 to 0.2.0 Bumps [sacremoses](https://github.com/hplt-project/sacremoses) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/hplt-project/sacremoses/releases) - [Commits](https://github.com/hplt-project/sacremoses/commits) --- updated-dependencies: - dependency-name: sacremoses dependency-version: 0.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad304f519..fcc67adbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -267,7 +267,7 @@ full = [ "pyicu>=2.15.2,<3", "python-crfsuite==0.9.12", "PyYAML>=5.4.1,<6.0.2", - "sacremoses==0.1.1", + "sacremoses==0.2.0", "sentence-transformers>=2.7.0,<3", "sentencepiece==0.2.2", "spacy==3.8.7,<4",