From e6319683fcc4f50340cc4b21fbce19388adf7c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:22:52 +0000 Subject: [PATCH] Bump pillow from 10.4.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.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/10.4.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c42a8c3..00a6372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ beautifulsoup4==4.9.3 requests==2.32.4 cssutils==2.7.1 ffmpeg-python==0.2.0 -pillow==10.4.0 +pillow==12.3.0 music-tag==0.4.3 diff --git a/setup.py b/setup.py index 95664ee..2c4ab3b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_version(): 'cssutils==2.7.1', 'ffmpeg-python==0.2.0', 'music-tag==0.4.3', - 'pillow==10.4.0', + 'pillow==12.3.0', ], python_requires='>=3.7.5', )