From 2acec20f5ec7f4233edbb437f876dc39f57314d5 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:57:57 +0200 Subject: [PATCH] core: bump django from 5.2.14 to v5.2.15 (cherry-pick #22956 to version-2025.12) (#22960) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Cherry-pick #22956 to version-2025.12 (with conflicts) This cherry-pick has conflicts that need manual resolution. Original PR: #22956 Original commit: 6e8176cdf77a2933ac2e68c1e7b21a93a8d43330 * fix merge conflicts --------- Co-authored-by: Marcelo Elizeche Landó --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24844b6a9b..aa1f135597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "django-storages[s3]==1.14.6", "django-tenants==3.9.0", "djangoql==0.18.1", - "django==5.2.14", + "django==5.2.15", "djangorestframework==3.16.1", "docker==7.1.0", "drf-orjson-renderer==1.7.3", diff --git a/uv.lock b/uv.lock index 2eb3d862a7..5af58dd10e 100644 --- a/uv.lock +++ b/uv.lock @@ -304,7 +304,7 @@ requires-dist = [ { name = "dacite", specifier = "==1.9.2" }, { name = "deepmerge", specifier = "==2.0" }, { name = "defusedxml", specifier = "==0.7.1" }, - { name = "django", specifier = "==5.2.14" }, + { name = "django", specifier = "==5.2.15" }, { name = "django-channels-postgres", editable = "packages/django-channels-postgres" }, { name = "django-countries", specifier = "==7.6.1" }, { name = "django-cte", specifier = "==2.0.0" }, @@ -1012,16 +1012,16 @@ wheels = [ [[package]] name = "django" -version = "5.2.14" +version = "5.2.15" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/65/95/95f7faa0950867afaa0bef2460c6263afd6a2c78cc9434046ed28160b015/django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2", size = 10895118, upload-time = "2026-05-05T13:57:31.104Z" } +sdist = { url = "https://files.pythonhosted.org/packages/2b/e3/31722f7284c9f43333daff9aee9184678e4487adcb5506af0db8cea09ce1/django-5.2.15.tar.gz", hash = "sha256:5154a9bf84ac01dde011e367f355c07dbb329532e06810dcf3ef2af269e236e7", size = 10873669, upload-time = "2026-06-03T13:03:35.892Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/14/44/f172870cf87aa25afef48fb72adba89ee8b77fcab6f3b23d240b923f1528/django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76", size = 8311320, upload-time = "2026-05-05T13:57:25.795Z" }, + { url = "https://files.pythonhosted.org/packages/92/b5/38140b1643c00d5c46ce69c78e6980fd285aee223100319631bedee4f5e7/django-5.2.15-py3-none-any.whl", hash = "sha256:0eb4a9bb1853a35b0286dbc6d916bd352c8c2687195a7f2d6f80cefd840e4970", size = 8311957, upload-time = "2026-06-03T13:03:31.329Z" }, ] [[package]]