From 97f35d3ea9622372607da8dfc58a3775f7d13d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 06:55:38 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 12.2.0 in /terraform-serverless/function Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 12.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/8.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform-serverless/function/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform-serverless/function/requirements.txt b/terraform-serverless/function/requirements.txt index e4d8447..9651830 100644 --- a/terraform-serverless/function/requirements.txt +++ b/terraform-serverless/function/requirements.txt @@ -1,3 +1,3 @@ google-cloud-storage==1.35.0 google-cloud-vision==2.0.0 -Pillow==8.1.0 \ No newline at end of file +Pillow==12.2.0 \ No newline at end of file