From ee97d2800d07e5037788b6e26cb3d822a9d5a4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 11:56:24 +0000 Subject: [PATCH] build(deps): bump pillow from 10.4.0 to 12.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 12.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.4.0...12.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.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 5d9d511..30c0c38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ djangorestframework = "^3.15.2" djangorestframework-simplejwt = "^5.3.1" gunicorn = "^23.0.0" markdown2 = {extras = ["all"], version = "^2.5.1"} -pillow = "^11.0.0" +pillow = ">=11,<13" psycopg2-binary = "^2.9.10" python-dotenv = "^1.0.1" django-filter = "^24.3"