From 55124bd032406dcc06de0ce8d5214a06c2b175cb Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 1 May 2022 03:55:28 -0700 Subject: [PATCH 1/4] Update django-debug-toolbar from 3.2.4 to 3.3.0 (#3690) --- {{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 ea65e429c..8da0d5a44 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -42,7 +42,7 @@ pre-commit==2.18.1 # https://github.com/pre-commit/pre-commit # ------------------------------------------------------------------------------ factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy -django-debug-toolbar==3.2.4 # https://github.com/jazzband/django-debug-toolbar +django-debug-toolbar==3.3.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 pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django From e4458b6962895ab92b313c28a273dd0fd5a057b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 2 May 2022 02:50:42 +0000 Subject: [PATCH 2/4] Release 2022.05.01 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad4c77d7..cb4ca13c2 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.05.01 + +### Updated +- Update django-debug-toolbar to 3.3.0 ([#3690](https://github.com/cookiecutter/cookiecutter-django/pull/3690)) + ## 2022.04.28 ### Changed diff --git a/setup.py b/setup.py index eb5db1a03..e4c1d45f7 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.28" +version = "2022.05.01" with open("README.rst") as readme_file: long_description = readme_file.read() From c1cd37fd7db707f6e33f32647c97263deae1f793 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 3 May 2022 12:09:55 -0700 Subject: [PATCH 3/4] Update sentry-sdk from 1.5.10 to 1.5.11 (#3693) --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 6708666f9..5ac0fe09c 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==1.5.10 # https://github.com/getsentry/sentry-python +sentry-sdk==1.5.11 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==2.0.0 # https://github.com/redis/hiredis-py From df529fc9e4d16bfe16f76e0e620c2f543f740ba3 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 3 May 2022 12:10:27 -0700 Subject: [PATCH 4/4] Update django-debug-toolbar from 3.3.0 to 3.4.0 (#3692) --- {{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 8da0d5a44..e7401a143 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -42,7 +42,7 @@ pre-commit==2.18.1 # https://github.com/pre-commit/pre-commit # ------------------------------------------------------------------------------ factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy -django-debug-toolbar==3.3.0 # https://github.com/jazzband/django-debug-toolbar +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 pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django