File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,17 @@ pyyaml==5.4.1 # pyup: ignore
31
31
Pygments==2.10.0
32
32
33
33
# Basic tools
34
-
35
34
# Downgrade redis to 3.5.3 (latest 3.x release) because pip raises this error:
36
35
# django-redis-cache 2.1.3 depends on redis<4.0
37
36
redis==3.5.3 # pyup: ignore
38
37
39
- kombu==5.2.2
40
- celery==5.2.2
38
+ # Pin celery and kombu because it produces an error
39
+ # File "/home/docs/lib/python3.8/site-packages/celery/app/trace.py", line 361, in build_tracer
40
+ # push_request = request_stack.push
41
+ # AttributeError: 'NoneType' object has no attribute 'push'
42
+ # See https://github.com/celery/celery/discussions/7172
43
+ kombu==5.1.0 # pyup: ignore
44
+ celery==5.1.2 # pyup: ignore
41
45
42
46
# When upgrading to 0.43.0 we should double check the ``base.html`` change
43
47
# described in the changelog. In previous versions, the allauth app included a
You can’t perform that action at this time.
0 commit comments