We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d927e commit 6d6f037Copy full SHA for 6d6f037
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -17,7 +17,7 @@ hiredis==2.3.2 # https://github.com/redis/hiredis-py
17
{%- endif %}
18
{%- if cookiecutter.use_celery == "y" %}
19
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
20
-django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
+django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
21
{%- if cookiecutter.use_docker == 'y' %}
22
flower==2.0.1 # https://github.com/mher/flower
23
0 commit comments