From 28f0ce33d5f7f01ae4ff7e0470d4e7704add6711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:14:26 +0000 Subject: [PATCH] chore(deps): bump pillow from 10.0.1 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.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/10.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0aa8ddc..711b28b52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dependencies = [ 'coreapi==2.3.3', 'coreschema==0.0.4', 'openapi-codec==1.3.2', - 'pillow==10.0.1', + 'pillow==10.3.0', 'pytz==2023.3', 'django-proxy==1.2.2', 'python-daemon==3.0.1',