Merge branch 'cookiecutter-master'

This commit is contained in:
Alejandro Franco 2023-05-18 22:23:50 -06:00
commit 3bd6db3537
5 changed files with 18 additions and 4 deletions

View File

@ -3,6 +3,20 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2023.05.18
### Updated
- Update pre-commit to 3.3.2 ([#4342](https://github.com/cookiecutter/cookiecutter-django/pull/4342))
## 2023.05.17
### Updated
- Update sentry-sdk to 1.23.1 ([#4341](https://github.com/cookiecutter/cookiecutter-django/pull/4341))
## 2023.05.15

View File

@ -8,7 +8,7 @@ black==23.3.0
isort==5.12.0
flake8==6.0.0
django-upgrade==1.13.0
pre-commit==3.3.1
pre-commit==3.3.2
# Testing
# ------------------------------------------------------------------------------

View File

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

View File

@ -37,7 +37,7 @@ pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
{%- if cookiecutter.use_celery == 'y' %}
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
{%- endif %}
pre-commit==3.3.1 # https://github.com/pre-commit/pre-commit
pre-commit==3.3.2 # https://github.com/pre-commit/pre-commit
# Django
# ------------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@ psycopg2==2.9.6 # https://github.com/psycopg/psycopg2
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==1.23.0 # https://github.com/getsentry/sentry-python
sentry-sdk==1.23.1 # https://github.com/getsentry/sentry-python
{%- endif %}
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
hiredis==2.2.2 # https://github.com/redis/hiredis-py