From f84aba262934b8bac01acf89f2ac9920bcc24ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:52:26 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [nltk](https://github.com/nltk/nltk), [torch](https://github.com/pytorch/pytorch), [tqdm](https://github.com/tqdm/tqdm) and [transformers](https://github.com/huggingface/transformers). Updates `nltk` from 3.7 to 3.9.2 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.7...3.9.2) Updates `torch` from 1.11.0 to 2.8.0 - [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/v1.11.0...v2.8.0) Updates `tqdm` from 4.64.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.66.3) Updates `transformers` from 4.18.0 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.18.0...v4.53.0) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.9.2 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index b9c5a460..1866f3c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,14 +6,14 @@ datasets==2.5.1 gem-metrics @ git+https://github.com/GEM-benchmark/GEM-metrics.git@431a8174bd6b3637e8d6118bfad2983e39e99733 gym==0.21.0 jsonlines==3.0.0 -nltk==3.7 +nltk==3.9.2 pandas==1.3.5 rich==12.0.0 stable-baselines3==1.5.1a5 -torch==1.11.0 +torch==2.8.0 torchvision==0.12.0 -tqdm==4.64.0 -transformers==4.18.0 +tqdm==4.66.3 +transformers==4.53.0 wandb==0.12.15 jsonlines==3.0.0 rouge_score==0.0.4