From 7c27c3df52d407870218a828633b1dc5828ae409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:02:45 +0000 Subject: [PATCH] Bump pillow from 11.0.0 to 11.1.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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/11.0.0...11.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5ae3722..9c2068b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,6 +6,6 @@ apscheduler==3.11.0 async-lru==2.0.4 fastapi[standard]==0.115.6 # Update version in README.md as well bcrypt==4.2.1 -pillow==11.0.0 +pillow==11.1.0 sqlmodel==0.0.22 yt-dlp[default]==2024.12.13 \ No newline at end of file