From a945a760cde3d39c7da3f0bf25af883272b4f7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:18:07 +0000 Subject: [PATCH] Bump pillow from 12.2.0 to 12.3.0 in /functions/to-spotify Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.2.0 to 12.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/12.2.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- functions/to-spotify/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/to-spotify/requirements.txt b/functions/to-spotify/requirements.txt index ef7298a..e44abc0 100644 --- a/functions/to-spotify/requirements.txt +++ b/functions/to-spotify/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/mirrorfm/trackfilter@v1.2.1 spotipy==2.25.2 pymysql==1.1.1 -Pillow==12.2.0 +Pillow==12.3.0 boto3