From f7a458b1995a0be13200d564039e0645a721dda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:08:25 +0000 Subject: [PATCH] Bump transformers in /mobile/examples/question_answering/android Bumps [transformers](https://github.com/huggingface/transformers) from 4.38.0 to 4.53.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.38.0...v4.53.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../question_answering/android/prepare_model.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/question_answering/android/prepare_model.requirements.txt b/mobile/examples/question_answering/android/prepare_model.requirements.txt index 3589c74f6..d1f857fe7 100644 --- a/mobile/examples/question_answering/android/prepare_model.requirements.txt +++ b/mobile/examples/question_answering/android/prepare_model.requirements.txt @@ -1,5 +1,5 @@ onnxruntime onnxruntime-extensions onnx -transformers==4.38.0 +transformers==4.53.0 torch==2.2.0