From ffd95f15eae5ce95ed27d916aacd192f6850e9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:36:18 +0000 Subject: [PATCH] Bump pillow from 12.1.0 to 12.2.0 in /cdk/sqsTrigger Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.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/12.1.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 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..639fc13 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.2.0 # 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