diff --git a/backend/requirements.txt b/backend/requirements.txt index 4b07356..3698758 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ google-auth-httplib2==0.3.0 # Job Queue & Cache celery==5.6.2 -redis==7.3.0 +redis==7.4.0 # Security & Encryption cryptography==46.0.6 # Updated: Fixed NULL pointer dereference (was 42.0.0)