From eb056b51c94d05460deae4db50f4e3c5f88b766d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:08:14 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.1.1 in /cdk/sqsTrigger Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.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/12.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cdk/sqsTrigger/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cdk/sqsTrigger/requirements.txt b/cdk/sqsTrigger/requirements.txt index 84e2fa7..d03041a 100644 --- a/cdk/sqsTrigger/requirements.txt +++ b/cdk/sqsTrigger/requirements.txt @@ -35,7 +35,7 @@ jmespath==1.1.0 # botocore numpy==1.26.4 # via -r requirements.in -pillow==12.1.0 +pillow==12.1.1 # via -r requirements.in psycopg[binary,pool]==3.3.2 # via -r requirements.in @@ -61,7 +61,5 @@ typing-extensions==4.15.0 # psycopg # psycopg-pool # sqlalchemy -tzdata==2025.3 - # via psycopg urllib3==2.6.3 # via botocore