From bc54cd289b7c97272e6e7ff157aef71f01b80741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:05:36 +0000 Subject: [PATCH] build(deps): bump pillow from 9.3.0 to 10.0.1 in /fedclip Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [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.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fedclip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedclip/requirements.txt b/fedclip/requirements.txt index 3de358c..b241a7d 100644 --- a/fedclip/requirements.txt +++ b/fedclip/requirements.txt @@ -2,7 +2,7 @@ clip==1.0 numpy==1.22.0 opencv-python==4.5.4.60 openpyxl==3.0.5 -Pillow==9.3.0 +Pillow==10.0.1 scikit-image==0.17.2 scikit-learn==0.23.2 scipy==1.10.0