From 4b15ab0f37729700c5140bd45181f2edcf2b071c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:51:07 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 10.3.0 in /lessons/5-NLP Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 10.3.0. - [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/7.1.2...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lessons/5-NLP/requirements-pytorch.txt | 2 +- lessons/5-NLP/requirements-tf.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 6fb1add4..53cdb65d 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==7.1.2 +Pillow==10.3.0 scikit-learn scipy torch==1.8.1 diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 1788c407..c0634809 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==7.1.2 +Pillow==10.3.0 scikit-learn scipy TensorFlow