From b823c3cd2a357bb37770106e29b17d9610b54d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:24:55 +0000 Subject: [PATCH] Bump transformers in /candle-examples/examples/marian-mt/python Bumps [transformers](https://github.com/huggingface/transformers) from 4.50.3 to 5.3.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.50.3...v5.3.0) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- candle-examples/examples/marian-mt/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/candle-examples/examples/marian-mt/python/requirements.txt b/candle-examples/examples/marian-mt/python/requirements.txt index 2eabc6d2..90f08ab3 100644 --- a/candle-examples/examples/marian-mt/python/requirements.txt +++ b/candle-examples/examples/marian-mt/python/requirements.txt @@ -17,6 +17,6 @@ safetensors==0.5.3 sentencepiece==0.2.0 tokenizers==0.21.1 tqdm==4.67.1 -transformers==4.50.3 +transformers==5.3.0 typing-extensions==4.13.0 urllib3==2.3.0 \ No newline at end of file