mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 01:44:51 +03:00
Update django-timezone-field from 4.0 to 4.1.1
This commit is contained in:
parent
092416147c
commit
e55bed2aa9
|
@ -19,7 +19,7 @@ hiredis==1.1.0 # https://github.com/redis/hiredis-py
|
||||||
{%- if cookiecutter.use_celery == "y" %}
|
{%- if cookiecutter.use_celery == "y" %}
|
||||||
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
|
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
|
||||||
django-celery-beat==2.1.0 # https://github.com/celery/django-celery-beat
|
django-celery-beat==2.1.0 # https://github.com/celery/django-celery-beat
|
||||||
django-timezone-field==4.0 # https://github.com/celery/django-celery-beat/pull/378
|
django-timezone-field==4.1.1 # https://github.com/celery/django-celery-beat/pull/378
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
flower==0.9.5 # https://github.com/mher/flower
|
flower==0.9.5 # https://github.com/mher/flower
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user