From cfe28667b115b1e97f0ca83211215b65dba9b561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 20:11:38 +0000 Subject: [PATCH] Update pillow requirement from <=11.0.0 to <=11.2.0 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.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.2.0 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 ab7121d..35fa5bf 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.0 httpx<=0.28.1 youtube-transcript-api>=0.6.3 # Stay on latest yt-dlp>=2024.12.6 # Stay on latest