From f6e86bb8e33adc18cfc2bab36611fe60e01b6599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 18:40:16 +0000 Subject: [PATCH] Bump transformers from 4.41.2 to 4.53.0 in /racing_thoughts/code Bumps [transformers](https://github.com/huggingface/transformers) from 4.41.2 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.41.2...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- racing_thoughts/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/racing_thoughts/code/requirements.txt b/racing_thoughts/code/requirements.txt index 194f623b..29305196 100644 --- a/racing_thoughts/code/requirements.txt +++ b/racing_thoughts/code/requirements.txt @@ -14,5 +14,5 @@ altair==5.1.2 # huggingface_hub==0.17.3 # Later versions of transfomers are required for Gemma -transformers==4.41.2 +transformers==4.53.0 huggingface_hub==0.23.2