From 35673be4886142d4106b194846417a5c6d937948 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 11 Apr 2022 11:12:57 -0700 Subject: [PATCH 1/4] Update django from 3.2.12 to 3.2.13 (#3676) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index bbf34db98..827362ae1 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -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 From 2b72b436021c9d6a7bc58c501ea71a602ec8193d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Apr 2022 02:34:36 +0000 Subject: [PATCH 2/4] Release 2022.04.11 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 774b98520..55250aa77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.04.11 + +### Updated +- Update django to 3.2.13 ([#3676](https://github.com/cookiecutter/cookiecutter-django/pull/3676)) + ## 2022.04.08 ### Updated diff --git a/setup.py b/setup.py index a9d11709a..29b70522f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.04.08" +version = "2022.04.11" with open("README.rst") as readme_file: long_description = readme_file.read() From 4a557879208a5b2744fa78b61ff3eb19757595b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 10:03:22 +0100 Subject: [PATCH 3/4] Bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 (#3677) Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.14.0 to 4.14.1. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.14.0...v4.14.1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index e4cc19379..16c5c6226 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -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 From 01e71eddd4625b5b1ea4b248b3b2554bd140ac37 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Apr 2022 02:35:26 +0000 Subject: [PATCH 4/4] Release 2022.04.13 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55250aa77..08df7d10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 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 diff --git a/setup.py b/setup.py index 29b70522f..a0605fe12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.04.11" +version = "2022.04.13" with open("README.rst") as readme_file: long_description = readme_file.read()