From 7d135451894fcd2e0171e6b67c9af25a9adb872a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:30:41 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 10.3.0 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 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/9.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 01e0864..dff08c4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -9,6 +9,6 @@ lxml==4.9.1 nltk==3.8.1 numpy==1.23.2 pandas==1.4.3 -Pillow==9.2.0 +Pillow==10.3.0 requests==2.28.1 spacy==3.4.1 \ No newline at end of file