From 3bd669a80d2fd2bc10b2a8b9288f1d47121f4d09 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 17 May 2023 14:03:03 -0500 Subject: [PATCH 1/4] Update sentry-sdk from 1.23.0 to 1.23.1 (#4341) --- {{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 6ea48f78e..5c140ff6f 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -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 From bc2d4ed80d781f89d8f6b8ee191e38edcfaea17e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 18 May 2023 02:18:40 +0000 Subject: [PATCH 2/4] Release 2023.05.17 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b0786d7..20e34019e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.05.17 + + +### Updated + +- Update sentry-sdk to 1.23.1 ([#4341](https://github.com/cookiecutter/cookiecutter-django/pull/4341)) + ## 2023.05.15 diff --git a/setup.py b/setup.py index f1933ad27..da8ffb55a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.05.15" +version = "2023.05.17" with open("README.rst") as readme_file: long_description = readme_file.read() From 6f308d4e503359856d7d2bbc0a83cbfb686a564c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 18 May 2023 11:29:05 -0500 Subject: [PATCH 3/4] Update pre-commit to 3.3.2 (#4342) * Update pre-commit from 3.3.1 to 3.3.2 * Update pre-commit from 3.3.1 to 3.3.2 --- requirements.txt | 2 +- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f308aef60..c924285e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 # ------------------------------------------------------------------------------ diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index f5fc21d49..89a3b3b42 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -36,7 +36,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 # ------------------------------------------------------------------------------ From 7a35191a76f2ce6b4b0709d004580e17ce626601 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 May 2023 02:18:55 +0000 Subject: [PATCH 4/4] Release 2023.05.18 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e34019e..1fcdedef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.05.18 + + +### Updated + +- Update pre-commit to 3.3.2 ([#4342](https://github.com/cookiecutter/cookiecutter-django/pull/4342)) + ## 2023.05.17 diff --git a/setup.py b/setup.py index da8ffb55a..6adcd3657 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.05.17" +version = "2023.05.18" with open("README.rst") as readme_file: long_description = readme_file.read()