From b495ce104080f4ef7fb23c9fda13eadfd8e39357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:56:47 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.3.0 in /cli Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index e5f33e8..93d7d6f 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -1,4 +1,4 @@ numpy==1.22.2 #==1.16.3 opencv-python==4.5.5.62 #==4.1.0.25 -Pillow==9.0.1 #==6.0.0 +Pillow==10.3.0 #==6.0.0 psycopg2-binary==2.9.3 #==2.8.3