From 724f6733ba84caa38e95c8cc6eb1121620cf1949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:24:57 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.3.0 to 12.2.0 in /kaggle-classification Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 12.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.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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 c248eed0..3e495156 100644 --- a/kaggle-classification/requirements.txt +++ b/kaggle-classification/requirements.txt @@ -18,7 +18,7 @@ mypy==0.600 nltk==3.9 numpy==1.22.0 pandas==0.22.0 -Pillow==10.3.0 +Pillow==12.2.0 protobuf==3.18.3 python-dateutil==2.6.1 pytz==2017.3