From f248b55578e1d4c00ba1b8f439c4ce302d39c2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:09:27 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 10.3.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.1 to 10.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/4.2.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1f50388..bafb45c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -21,7 +21,7 @@ django-crispy-forms==1.6.1 django-model-utils==3.0.0 # Images -Pillow==4.2.1 +Pillow==10.3.0 # Password storage argon2-cffi==16.3.0