diff --git a/pyproject.toml b/pyproject.toml index 5432485..9f74f7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ python = "^3.11" pytz = "^2023.3" psutil = "^5.9.5" python-slugify = "^7.0.0" -pillow = "^9.5.0" +pillow = "^10.0.0" argon2-cffi = "^21.3.0" whitenoise = "^6.3.0" -redis = "^4.4.0" +redis = "^4.6.0" hiredis = "^2.2.3" celery = {extras = ["redis"], version = "^5.3.1"} django-celery-beat = "^2.5.0"