From bcdf5ad3c6b1820a132855446a7ccebfede5ef4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 21:57:14 +0000 Subject: [PATCH] build(deps): bump transformers Bumps [transformers](https://github.com/huggingface/transformers) from 4.40.0 to 5.0.0rc3. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.40.0...v5.0.0rc3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.0.0rc3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Transformer foundations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt b/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt index 5534f3e..9b0b6e1 100644 --- a/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt +++ b/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt @@ -60,7 +60,7 @@ torchaudio==2.8.0 torchvision==0.23.0 tqdm==4.67.3 traitlets==5.14.3 -transformers==4.40.0 +transformers==5.0.0rc3 typing_extensions==4.15.0 tzdata==2026.1 urllib3==1.26.20