From 6e1efce4bf1c4fb76994ce4bf2146bc077b4f4bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:55:28 +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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5392650..54c99b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "robosuite==1.4.1", "safetensors==0.4.4", "scipy==1.13.1", - "sentencepiece==0.2.0", + "sentencepiece==0.2.1", "termcolor==2.4.0", "thop==0.1.1.post2209072238", "timm==1.0.8", diff --git a/requirements.txt b/requirements.txt index 6d4ebc8..a2d94be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ robomimic==0.2.0 robosuite==1.4.1 safetensors==0.4.4 scipy==1.13.1 -sentencepiece==0.2.0 +sentencepiece==0.2.1 termcolor==2.4.0 thop==0.1.1.post2209072238 timm==1.0.8