From 013375eb64810f2b2137e8d1359db4cb10a721fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 12:24:36 +0000 Subject: [PATCH] Update pillow requirement from <=11.0.0 to <=11.2.1 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/1.0...11.2.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index faa5ced..7ff2cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohttp<=3.11.10 mattermostdriver>=7.3.2 # Stay on latest certifi>=2024.8.30 # Stay on latest beautifulsoup4<=4.12.3 -pillow<=11.0.0 +pillow<=11.2.1 httpx<=0.28.1 youtube-transcript-api>=0.6.3 # Stay on latest yt-dlp>=2024.12.6 # Stay on latest