From 5e6ce7740a38dca6e91dc2979fcbc32fcdf0aa26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 20:56:44 +0000 Subject: [PATCH] chore(deps): bump the pip group across 4 directories with 2 updates Bumps the pip group with 2 updates in the / directory: [nltk](https://github.com/nltk/nltk) and [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 1 update in the /.devcontainer directory: [nltk](https://github.com/nltk/nltk). Bumps the pip group with 2 updates in the /binder directory: [nltk](https://github.com/nltk/nltk) and [transformers](https://github.com/huggingface/transformers). Bumps the pip group with 2 updates in the /lessons/5-NLP directory: [nltk](https://github.com/nltk/nltk) and [transformers](https://github.com/huggingface/transformers). Updates `nltk` from 3.9.4 to 3.10.0 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.4...v3.10.0) Updates `transformers` from 5.3.0 to 5.5.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.3.0...v5.5.0) Updates `nltk` from 3.9.4 to 3.10.0 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.4...v3.10.0) Updates `nltk` from 3.9.4 to 3.10.0 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.4...v3.10.0) Updates `transformers` from 5.3.0 to 5.5.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.3.0...v5.5.0) Updates `nltk` from 3.9.4 to 3.10.0 - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.9.4...v3.10.0) Updates `transformers` from 5.3.0 to 5.5.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v5.3.0...v5.5.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-version: 3.10.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 5.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- binder/requirements.txt | 4 ++-- lessons/5-NLP/requirements-pytorch.txt | 4 ++-- lessons/5-NLP/requirements-tf.txt | 4 ++-- requirements.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index befe95f3..bd2693a3 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -3,7 +3,7 @@ gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 keras==3.13.2 -nltk==3.9.4 +nltk==3.10.0 pandas==2.2.2 pillow==12.2.0 pygame==2.6.0 diff --git a/binder/requirements.txt b/binder/requirements.txt index df0bebe3..ef9d36dd 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -3,7 +3,7 @@ gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 keras==3.13.2 -nltk==3.9.4 +nltk==3.10.0 pandas==2.0.3 pillow==12.2.0 pygame==2.6.0 @@ -19,4 +19,4 @@ tensorboard==2.13.0 tokenizers==0.19.1 torchinfo==1.8.0 tqdm==4.66.5 -transformers==5.3.0 +transformers==5.5.0 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index f8f6e497..4965ed82 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -1,7 +1,7 @@ gensim>=4.3.0,<5 huggingface==0.0.1 matplotlib -nltk==3.9.4 +nltk==3.10.0 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==12.2.0 @@ -12,4 +12,4 @@ torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1 torchvision==0.9.1 -transformers==5.3.0 \ No newline at end of file +transformers==5.5.0 \ No newline at end of file diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 64b55f9c..2168dacf 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -1,7 +1,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib -nltk==3.9.4 +nltk==3.10.0 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==12.2.0 @@ -10,4 +10,4 @@ scipy TensorFlow TensorFlow_datasets TensorFlow_text -transformers==5.3.0 \ No newline at end of file +transformers==5.5.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index befe95f3..bd2693a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 keras==3.13.2 -nltk==3.9.4 +nltk==3.10.0 pandas==2.2.2 pillow==12.2.0 pygame==2.6.0