Skip to content

Commit 28e41e8

Browse files
authored
Downgrade celery and friends (#8693)
They break the local installation, and looks like some minor versions were released yesterday for both, kombu and redis. https://docs.celeryproject.org/en/latest/changelog.html
1 parent 218ff71 commit 28e41e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/pip.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Pygments==2.10.0
3232

3333
# Basic tools
3434
redis==3.5.3
35-
kombu==5.2.1
36-
celery==5.2.0
35+
kombu==5.1.0
36+
celery==5.1.2
3737

3838
# When upgrading to 0.43.0 we should double check the ``base.html`` change
3939
# described in the changelog. In previous versions, the allauth app included a

0 commit comments

Comments
 (0)