From 9e39f4cfea8fa8b65f84ba900c94da22d949726b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:02:23 +0000 Subject: [PATCH] Fix nltk vulnerabilities: upgrade all pins to 3.9.3 Co-authored-by: leestott <2511341+leestott@users.noreply.github.com> --- .devcontainer/requirements.txt | 2 +- binder/requirements.txt | 2 +- lessons/5-NLP/requirements-pytorch.txt | 2 +- lessons/5-NLP/requirements-tf.txt | 2 +- requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 235ec097..e350b48c 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.8.1 +nltk==3.9.3 pandas==2.2.2 pillow==12.1.1 pygame==2.6.0 diff --git a/binder/requirements.txt b/binder/requirements.txt index b7ba1d0b..a26a254e 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.8.2 +nltk==3.9.3 pandas==2.0.3 pillow==12.1.1 pygame==2.6.0 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index bcc75e45..14f717a3 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -1,7 +1,7 @@ gensim==3.8.3 huggingface==0.0.1 matplotlib -nltk==3.5 +nltk==3.9.3 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==12.1.1 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 5635bcdd..94ac1d5a 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.5 +nltk==3.9.3 numpy==1.22.0 opencv-python==4.5.1.48 Pillow==12.1.1 diff --git a/requirements.txt b/requirements.txt index 235ec097..e350b48c 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.8.1 +nltk==3.9.3 pandas==2.2.2 pillow==12.1.1 pygame==2.6.0