diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..a542813 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "celery[redis]>=5.4,<6.0", "django-celery-beat>=2.6,<3.0", "django-celery-results>=2.5,<3.0", - "Pillow>=10.0,<12.0", + "Pillow>=10.0,<13.0", "django-storages[boto3]>=1.14,<2.0", "boto3>=1.34,<2.0", "python-decouple>=3.8,<4.0",