From 8d1084d22230fc709f627e566444b9567fa31b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 18:10:44 +0000 Subject: [PATCH] Bump sentencepiece from 0.2.0 to 0.2.1 Bumps [sentencepiece](https://github.com/google/sentencepiece) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/google/sentencepiece/releases) - [Commits](https://github.com/google/sentencepiece/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: sentencepiece dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 87fd66340..e87be14ac 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ mypy==1.8.0 mypy-extensions==1.0.0 pytest==8.0.0 -sentencepiece==0.2.0 +sentencepiece==0.2.1 # Types packages pyarrow-stubs==10.0.1.7