From f0892f50897d0ed1868aec7cdd652cab1489f9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:21:28 +0000 Subject: [PATCH] Bump sentencepiece from 0.1.99 to 0.2.1 in /model Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.1.99 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](https://github.com/google/sentencepiece/compare/v0.1.99...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/requirements.txt b/model/requirements.txt index 38c480d..ad33fa4 100644 --- a/model/requirements.txt +++ b/model/requirements.txt @@ -3,7 +3,7 @@ transformers==4.39.0 accelerate==0.24.1 datasets==2.14.6 zstandard==0.22.0 -sentencepiece==0.1.99 +sentencepiece==0.2.1 protobuf==4.25.0 sacrebleu==1.5.0 scikit-learn==1.3.2