🔧(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:
committed by
Marie
parent
99bf301a9c
commit
5b5bd312b4
@@ -57,7 +57,7 @@ dependencies = [
|
|||||||
"mozilla-django-oidc==4.0.1",
|
"mozilla-django-oidc==4.0.1",
|
||||||
"nested-multipart-parser==1.5.0",
|
"nested-multipart-parser==1.5.0",
|
||||||
"psycopg[binary]==3.2.9",
|
"psycopg[binary]==3.2.9",
|
||||||
"redis==5.2.1",
|
"redis<=6.0.0",
|
||||||
"requests==2.32.4",
|
"requests==2.32.4",
|
||||||
"sentry-sdk[django]==2.32.0",
|
"sentry-sdk[django]==2.32.0",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.9.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user