Merge branch 'cookiecutter-master'

This commit is contained in:
Alejandro Franco 2023-11-24 09:33:59 -06:00
commit 206641e9b3
4 changed files with 11 additions and 4 deletions

View File

@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2023.11.22
### Updated
- Update celery to 5.3.6 ([#4693](https://github.com/cookiecutter/cookiecutter-django/pull/4693))
## 2023.11.21

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2023.11.21"
version = "2023.11.22"
with open("README.md") as readme_file:
long_description = readme_file.read()

View File

@ -16,7 +16,7 @@ redis==5.0.1 # https://github.com/redis/redis-py
hiredis==2.2.3 # https://github.com/redis/hiredis-py
{%- endif %}
{%- if cookiecutter.use_celery == "y" %}
celery==5.3.5 # pyup: < 6.0 # https://github.com/celery/celery
celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery
django-celery-beat==2.5.0 # https://github.com/celery/django-celery-beat
{%- if cookiecutter.use_docker == 'y' %}
flower==2.0.1 # https://github.com/mher/flower
@ -52,4 +52,4 @@ django-webpack-loader==2.0.1 # https://github.com/django-webpack/django-webpack
# Project
# ------------------------------------------------------------------------------
fontawesomefree==6.4.2 # https://github.com/FortAwesome/Font-Awesome
django-import-export==3.3.1 # https://github.com/django-import-export/django-import-export
django-import-export==3.3.3 # https://github.com/django-import-export/django-import-export

View File

@ -8,7 +8,7 @@ psycopg[c]==3.1.13 # https://github.com/psycopg/psycopg
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==1.36.0 # https://github.com/getsentry/sentry-python
sentry-sdk==1.37.0 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==2.2.3 # https://github.com/redis/hiredis-py