From f1f1909c679ad76487fc7775bd35d7e67e276522 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 4 May 2022 02:45:00 +0000 Subject: [PATCH 1/2] Release 2022.05.03 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4ca13c2..a64e17948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.03 + +### Updated +- Update django-debug-toolbar to 3.4.0 ([#3692](https://github.com/cookiecutter/cookiecutter-django/pull/3692)) +- Update sentry-sdk to 1.5.11 ([#3693](https://github.com/cookiecutter/cookiecutter-django/pull/3693)) + ## 2022.05.01 ### Updated diff --git a/setup.py b/setup.py index e4c1d45f7..6910cf9a4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.01" +version = "2022.05.03" with open("README.rst") as readme_file: long_description = readme_file.read() From 9a8e7abd249c0c9bb424a816c5093eecefe1668e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 May 2022 06:29:30 -0700 Subject: [PATCH 2/2] Update django-coverage-plugin from 2.0.2 to 2.0.3 (#3695) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index e7401a143..34daaf134 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -44,5 +44,5 @@ factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy django-debug-toolbar==3.4.0 # https://github.com/jazzband/django-debug-toolbar django-extensions==3.1.5 # https://github.com/django-extensions/django-extensions -django-coverage-plugin==2.0.2 # https://github.com/nedbat/django_coverage_plugin +django-coverage-plugin==2.0.3 # https://github.com/nedbat/django_coverage_plugin pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django