From 563ee75c617c6086bf9ae3f92b1aed83bc640daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:01:50 +0000 Subject: [PATCH] build(deps): bump django from 5.2.13 to 5.2.14 Bumps [django](https://github.com/django/django) from 5.2.13 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.13...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3fabde8009..2fa50f09fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" readme = "README.md" requires-python = ">=3.12.3,<3.13" dependencies = [ - "django>=5.2.11,<6", + "django>=5.2.14,<6", "djangorestframework>=3.15.1,<4", "rest-social-auth>=9.0.0,<10", "dj-database-url>=2.1.0,<3", diff --git a/uv.lock b/uv.lock index 2b9adad6b0..08ffc547a3 100644 --- a/uv.lock +++ b/uv.lock @@ -402,16 +402,16 @@ wheels = [ [[package]] name = "django" -version = "5.2.13" +version = "5.2.14" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1f/c5/c69e338eb2959f641045802e5ea87ca4bf5ac90c5fd08953ca10742fad51/django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4", size = 10890368, upload-time = "2026-04-07T14:02:15.072Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/59/b1/51ab36b2eefcf8cdb9338c7188668a157e29e30306bfc98a379704c9e10d/django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a", size = 8310982, upload-time = "2026-04-07T14:02:08.883Z" }, + { 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" }, ] [[package]] @@ -1114,7 +1114,7 @@ requires-dist = [ { name = "brotli", specifier = ">=1.2.0,<2" }, { name = "cryptography", specifier = ">=46.0.5,<47" }, { name = "dj-database-url", specifier = ">=2.1.0,<3" }, - { name = "django", specifier = ">=5.2.11,<6" }, + { name = "django", specifier = ">=5.2.14,<6" }, { name = "django-admin-autocomplete-filter", specifier = ">=0.7.1,<0.8" }, { name = "django-anymail", extras = ["mailgun"], specifier = ">=10.3,<11" }, { name = "django-better-admin-arrayfield", specifier = ">=1.4.2,<2" },