mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-11-04 01:47:28 +03:00 
			
		
		
		
	Merge pull request #2473 from pydanny/pyup-update-celery-4.4.0-to-4.4.1
Update celery to 4.4.1
This commit is contained in:
		
						commit
						aaa1882e2d
					
				| 
						 | 
					@ -10,7 +10,7 @@ whitenoise==5.0.1  # https://github.com/evansd/whitenoise
 | 
				
			||||||
{%- endif %}
 | 
					{%- endif %}
 | 
				
			||||||
redis==3.4.1 # https://github.com/andymccurdy/redis-py
 | 
					redis==3.4.1 # https://github.com/andymccurdy/redis-py
 | 
				
			||||||
{%- if cookiecutter.use_celery == "y" %}
 | 
					{%- if cookiecutter.use_celery == "y" %}
 | 
				
			||||||
celery==4.4.0  # pyup: < 5.0  # https://github.com/celery/celery
 | 
					celery==4.4.1  # pyup: < 5.0  # https://github.com/celery/celery
 | 
				
			||||||
django-celery-beat==2.0.0  # https://github.com/celery/django-celery-beat
 | 
					django-celery-beat==2.0.0  # https://github.com/celery/django-celery-beat
 | 
				
			||||||
{%- if cookiecutter.use_docker == 'y' %}
 | 
					{%- if cookiecutter.use_docker == 'y' %}
 | 
				
			||||||
flower==0.9.3  # https://github.com/mher/flower
 | 
					flower==0.9.3  # https://github.com/mher/flower
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user