🔧(backend) fix Redis dependency to <6.0.0

Pin the redis dependency to <6.0.0 to fix ResolutionImpossible errors
in future renovate PRs.
See https://github.com/suitenumerique/meet/pull/553
This commit is contained in:
Marie PUPO JEAMMET
2025-06-27 17:09:12 +02:00
committed by Marie
parent 99bf301a9c
commit 5b5bd312b4

View File

@@ -57,7 +57,7 @@ dependencies = [
"mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.9",
"redis==5.2.1",
"redis<=6.0.0",
"requests==2.32.4",
"sentry-sdk[django]==2.32.0",
"whitenoise==6.9.0",