Merge pull request #35 from cookiecutter/master

update to upstream v`2022.04.13`
This commit is contained in:
Abdullah Adeel 2022-04-14 13:16:13 +05:00 committed by GitHub
commit 0ed910999b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: python scripts/update_contributors.py
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4.14.0
uses: stefanzweifel/git-auto-commit-action@v4.14.1
with:
commit_message: Update Contributors
file_pattern: CONTRIBUTORS.md .github/contributors.json

View File

@ -3,6 +3,16 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2022.04.13
### Updated
- Bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 ([#3677](https://github.com/cookiecutter/cookiecutter-django/pull/3677))
## 2022.04.11
### Updated
- Update django to 3.2.13 ([#3676](https://github.com/cookiecutter/cookiecutter-django/pull/3676))
## 2022.04.08
### Updated

View File

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

View File

@ -29,7 +29,7 @@ uvicorn[standard]==0.17.6 # https://github.com/encode/uvicorn
# Django
# ------------------------------------------------------------------------------
django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/
django==3.2.13 # pyup: < 4.0 # https://www.djangoproject.com/
django-environ==0.8.1 # https://github.com/joke2k/django-environ
django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.50.0 # https://github.com/pennersr/django-allauth