From 40854a9011566f1762c1ba4da86f1edb40663094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 08:47:53 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 10.2.0 in /src Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 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/9.2.0...10.2.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..da6d1c8 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.2.0 requests==2.28.1 spacy==3.4.1 \ No newline at end of file