From 3b16326a5eb71db4aabd7e714137bc8abfb788af Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 6 Feb 2025 00:30:33 +0000 Subject: [PATCH] fix(deps): update dependency pillow to v11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c8a50f6..74551073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ test = [ "pytest-asyncio==0.24.0", "pytest==8.3.3", "pytest-cov==6.0.0", - "Pillow==10.4.0", + "Pillow==11.1.0", "google-cloud-secret-manager==2.22.0", "google-cloud-storage==2.19.0", ]