From e09c5be0fce5ac9470be44b23212c931c5011c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:51:06 +0000 Subject: [PATCH] build(deps): bump pillow from 9.3.0 to 10.0.1 in /code/clip 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] --- code/clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/clip/requirements.txt b/code/clip/requirements.txt index 44657b99..18e2d771 100644 --- a/code/clip/requirements.txt +++ b/code/clip/requirements.txt @@ -2,7 +2,7 @@ clip==1.0 cvxopt==1.3.0 gdown==4.4.0 numpy==1.22.0 -Pillow==9.3.0 +Pillow==10.0.1 pretty_errors==1.2.25 scikit_learn==1.1.3 scipy==1.10.0