From 27d53e7cfbe19c54e578be8a4593d67287368dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:42:30 +0000 Subject: [PATCH] chore(deps): 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4a6e1e7..c531c681 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.32.3 spacy==3.7.5 pydantic==2.11.4 Pillow==11.2.1 -sentencepiece==0.2.0 +sentencepiece==0.2.1 protobuf==6.30.2 pytesseract==0.3.13 aiohttp==3.11.18