From 7fe5974b3bac8d183e9c4a4ac0310f0400fa9fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:33:49 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 2 updates Bumps the pip group with 1 update in the / directory: [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 1 update in the /binder directory: [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 2 updates in the /lessons/5-NLP directory: [transformers](https://github.com/huggingface/transformers) and [torch](https://github.com/pytorch/pytorch). Updates `transformers` from 5.0.0rc3 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.0.0rc3...v5.3.0) Updates `transformers` from 5.0.0rc3 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.0.0rc3...v5.3.0) Updates `transformers` from 5.0.0rc3 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.0.0rc3...v5.3.0) Updates `torch` from 2.8.0 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.8.0...v2.12.1) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- lessons/5-NLP/requirements-pytorch.txt | 4 ++-- lessons/5-NLP/requirements-tf.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 033751d8..df0bebe3 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -19,4 +19,4 @@ tensorboard==2.13.0 tokenizers==0.19.1 torchinfo==1.8.0 tqdm==4.66.5 -transformers==5.0.0rc3 +transformers==5.3.0 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 5df54501..570d649e 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -7,9 +7,9 @@ opencv-python==4.5.1.48 Pillow==12.2.0 scikit-learn scipy -torch==2.8.0 +torch==2.12.1 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1 torchvision==0.9.1 -transformers==5.0.0rc3 \ No newline at end of file +transformers==5.3.0 \ No newline at end of file diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 0dbd4000..64b55f9c 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -10,4 +10,4 @@ scipy TensorFlow TensorFlow_datasets TensorFlow_text -transformers==5.0.0rc3 \ No newline at end of file +transformers==5.3.0 \ No newline at end of file