From 7e4ba42e6ef22cf78cbc52b54c5bd519d1cb9362 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 4 Dec 2024 15:46:56 +0000 Subject: [PATCH 1/8] Update django from 5.0.9 to 5.0.10 --- {{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 c6c43d297..f12048be4 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,7 +29,7 @@ uvicorn-worker==0.2.0 # https://github.com/Kludex/uvicorn-worker # Django # ------------------------------------------------------------------------------ -django==5.0.9 # pyup: < 5.1 # https://www.djangoproject.com/ +django==5.0.10 # pyup: < 5.1 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils django-allauth[mfa]==65.3.0 # https://github.com/pennersr/django-allauth From f63daa7eb156891a53ee08e3f4e4159bc7d0ad6d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 8 Dec 2024 06:47:45 -0800 Subject: [PATCH 2/8] Update redis to 5.2.1 (#5580) Co-authored-by: Bruno Alla --- {{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 53ab37329..0d193bce6 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -11,7 +11,7 @@ argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi {%- if cookiecutter.use_whitenoise == 'y' %} whitenoise==6.8.2 # https://github.com/evansd/whitenoise {%- endif %} -redis==5.2.0 # https://github.com/redis/redis-py +redis==5.2.1 # https://github.com/redis/redis-py {%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %} hiredis==3.0.0 # https://github.com/redis/hiredis-py {%- endif %} From 8c02bf8f93e8dc4e51870e5e3cc2c09fc9f938a8 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 8 Dec 2024 06:48:05 -0800 Subject: [PATCH 3/8] Update hiredis to 3.1.0 (#5571) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 0d193bce6..81a2b2968 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -13,7 +13,7 @@ whitenoise==6.8.2 # https://github.com/evansd/whitenoise {%- endif %} redis==5.2.1 # https://github.com/redis/redis-py {%- if cookiecutter.use_docker == "y" or cookiecutter.windows == "n" %} -hiredis==3.0.0 # https://github.com/redis/hiredis-py +hiredis==3.1.0 # https://github.com/redis/hiredis-py {%- endif %} {%- if cookiecutter.use_celery == "y" %} celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 74ff33fc3..d29fb48a7 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -11,7 +11,7 @@ Collectfasta==3.2.0 # https://github.com/jasongi/collectfasta sentry-sdk==2.19.0 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} -hiredis==3.0.0 # https://github.com/redis/hiredis-py +hiredis==3.1.0 # https://github.com/redis/hiredis-py {%- endif %} # Django From 47bc51274d2f8abf423c7111964552b2684c9d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:48:19 +0000 Subject: [PATCH 4/8] Bump python from 3.12.7 to 3.12.8 in docs Docker image (#5573) --- {{cookiecutter.project_slug}}/compose/local/docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile index 40caf8511..ba9e579fd 100644 --- a/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.12.7-slim-bookworm AS python +FROM docker.io/python:3.12.8-slim-bookworm AS python # Python build stage From 2c835f0ed526700611dfcbf13f4c242c53c5a13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:48:42 +0000 Subject: [PATCH 5/8] Bump python from 3.12.7 to 3.12.8 in local Docker image (#5574) --- {{cookiecutter.project_slug}}/compose/local/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/local/django/Dockerfile b/{{cookiecutter.project_slug}}/compose/local/django/Dockerfile index d892c9dca..b8ff85977 100644 --- a/{{cookiecutter.project_slug}}/compose/local/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/local/django/Dockerfile @@ -1,5 +1,5 @@ # define an alias for the specific python version used in this file. -FROM docker.io/python:3.12.7-slim-bookworm AS python +FROM docker.io/python:3.12.8-slim-bookworm AS python # Python build stage FROM python AS python-build-stage From 402fd661652497fe2a5ce2e00b5c7051a233e356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:48:59 +0000 Subject: [PATCH 6/8] Bump python in /{{cookiecutter.project_slug}}/compose/production/django (#5575) --- .../compose/production/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile index a3908625c..570726f13 100644 --- a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile @@ -25,7 +25,7 @@ RUN npm run build {%- endif %} # define an alias for the specific python version used in this file. -FROM docker.io/python:3.12.7-slim-bookworm AS python +FROM docker.io/python:3.12.8-slim-bookworm AS python # Python build stage FROM python AS python-build-stage From c187975e1def72f82d5dd688235af2681245f04c Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 8 Dec 2024 06:49:40 -0800 Subject: [PATCH 7/8] Update sentry-sdk to 2.19.2 (#5579) --- {{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 d29fb48a7..7e17f9ab7 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg[c]==3.2.3 # https://github.com/psycopg/psycopg Collectfasta==3.2.0 # https://github.com/jasongi/collectfasta {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -sentry-sdk==2.19.0 # https://github.com/getsentry/sentry-python +sentry-sdk==2.19.2 # https://github.com/getsentry/sentry-python {%- endif %} {%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %} hiredis==3.1.0 # https://github.com/redis/hiredis-py From 8ce5908229451fd30dd8005c15ce3b654643a15b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sun, 8 Dec 2024 06:49:57 -0800 Subject: [PATCH 8/8] Update coverage to 7.6.9 (#5581) --- {{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 20536c790..cce29df8c 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -29,7 +29,7 @@ sphinx-autobuild==2024.10.3 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ ruff==0.8.1 # https://github.com/astral-sh/ruff -coverage==7.6.8 # https://github.com/nedbat/coveragepy +coverage==7.6.9 # https://github.com/nedbat/coveragepy djlint==1.36.3 # https://github.com/Riverside-Healthcare/djLint pre-commit==4.0.1 # https://github.com/pre-commit/pre-commit