From 0476f0cbbbac799208d833af859d40e0c2e3be2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:11:58 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.3.0 in /NLP/UniMS/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.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/6.2.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- NLP/UniMS/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 NLP/UniMS/requirements/requirements.txt diff --git a/NLP/UniMS/requirements/requirements.txt b/NLP/UniMS/requirements/requirements.txt old mode 100755 new mode 100644 index 2a1013f0..7d8c3263 --- a/NLP/UniMS/requirements/requirements.txt +++ b/NLP/UniMS/requirements/requirements.txt @@ -6,7 +6,7 @@ nltk==3.2.5 numpy==1.19.5 opencv-python==3.4.0.12 pandas==0.22.0 -Pillow==6.2.2 +Pillow==9.3.0 prefetch-generator==1.0.1 pytorch-lightning==1.5.10 rouge==1.0.0