Skip to content

Commit cfbdde4

Browse files
authored
Upgrade redis to its latest version (6.2.0) (#12304)
I tried this locally with ```python BROKER_USE_SSL = { 'ssl_cert_reqs': ssl.CERT_NONE, } ``` and the error reported in the issue is not present anymore but I'm not able to trigger builds 🤷🏼 Closes #12171
1 parent 77cbc2b commit cfbdde4

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

requirements/deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ qrcode==8.2
367367
# via
368368
# -r requirements/pip.txt
369369
# django-allauth
370-
redis==5.2.1
370+
redis==6.2.0
371371
# via -r requirements/pip.txt
372372
regex==2024.11.6
373373
# via -r requirements/pip.txt

requirements/docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ qrcode==8.2
395395
# via
396396
# -r requirements/pip.txt
397397
# django-allauth
398-
redis==5.2.1
398+
redis==6.2.0
399399
# via -r requirements/pip.txt
400400
regex==2024.11.6
401401
# via -r requirements/pip.txt

requirements/pip.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ PyGithub
5050

5151
dnspython
5252

53-
# Used for Redis cache Django backend (`django.core.cache.backends.redis.RedisCache`)
54-
# Note: pinned for now due to issue with 6.0. See:
55-
# https://github.com/readthedocs/readthedocs.org/issues/12171
56-
redis==5.2.1
53+
redis
5754

5855
celery
5956
django-celery-beat

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pyyaml==6.0.2
261261
# via -r requirements/pip.in
262262
qrcode==8.2
263263
# via django-allauth
264-
redis==5.2.1
264+
redis==6.2.0
265265
# via -r requirements/pip.in
266266
regex==2024.11.6
267267
# via -r requirements/pip.in

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ qrcode==8.2
391391
# via
392392
# -r requirements/pip.txt
393393
# django-allauth
394-
redis==5.2.1
394+
redis==6.2.0
395395
# via -r requirements/pip.txt
396396
regex==2024.11.6
397397
# via -r requirements/pip.txt

0 commit comments

Comments
 (0)