From 9865a6f80ca8fb3c2a23a92a01cf18b1fe2e2019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:31:47 +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: [keras](https://github.com/keras-team/keras) and [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 2 updates in the /.devcontainer directory: [keras](https://github.com/keras-team/keras) and [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 2 updates in the /binder directory: [keras](https://github.com/keras-team/keras) and [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 1 update in the /lessons/5-NLP directory: [pillow](https://github.com/python-pillow/Pillow). Updates `keras` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.13.1...v3.13.2) Updates `pillow` from 10.4.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.1.1) Updates `keras` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.13.1...v3.13.2) Updates `pillow` from 10.4.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.1.1) Updates `keras` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v3.13.1...v3.13.2) Updates `pillow` from 10.4.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.1.1) Updates `pillow` from 10.3.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...12.1.1) --- updated-dependencies: - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-version: 3.13.2 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 4 ++-- binder/requirements.txt | 4 ++-- lessons/5-NLP/requirements-pytorch.txt | 2 +- lessons/5-NLP/requirements-tf.txt | 2 +- requirements.txt | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 7dbf869d..235ec097 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.1 pandas==2.2.2 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2 diff --git a/binder/requirements.txt b/binder/requirements.txt index cb09d040..b7ba1d0b 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.2 pandas==2.0.3 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 scikit-image==0.21.0 seaborn==0.13.2 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index d70c1c52..bcc75e45 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.5 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==10.3.0 +Pillow==12.1.1 scikit-learn scipy torch==2.8.0 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 38cfa8ee..5635bcdd 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -4,7 +4,7 @@ matplotlib nltk==3.5 numpy==1.22.0 opencv-python==4.5.1.48 -Pillow==10.3.0 +Pillow==12.1.1 scikit-learn scipy TensorFlow diff --git a/requirements.txt b/requirements.txt index 7dbf869d..235ec097 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,10 @@ gensim==4.3.3 gym==0.26.2 huggingface==0.0.1 imageio==2.35.0 -keras==3.13.1 +keras==3.13.2 nltk==3.8.1 pandas==2.2.2 -pillow==10.4.0 +pillow==12.1.1 pygame==2.6.0 scikit-image==0.24.0 seaborn==0.13.2