From 6b88f1204cb340a30685d7bf166aa09c5dccdc5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:58:39 +0000 Subject: [PATCH] Bump pillow from 10.0.1 to 10.2.0 in /kaggle-classification Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.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/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kaggle-classification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaggle-classification/requirements.txt b/kaggle-classification/requirements.txt index d4704111..946880fa 100644 --- a/kaggle-classification/requirements.txt +++ b/kaggle-classification/requirements.txt @@ -18,7 +18,7 @@ mypy==0.600 nltk==3.6.6 numpy==1.22.0 pandas==0.22.0 -Pillow==10.0.1 +Pillow==10.2.0 protobuf==3.18.3 python-dateutil==2.6.1 pytz==2017.3