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