From a39970bed9eca1e26b14ce097658513a5d3019be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:20:12 +0000 Subject: [PATCH] Bump django from 5.2.9 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.9 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.9...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 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 01e805515..bdf92c1ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = "Apache-2.0" requires-python = ">=3.13" dependencies = [ - "django==5.2.9", + "django==5.2.13", "django-webtest>=1.9.11", "gunicorn==22.0.0", "dj-database-url==2.2.0", diff --git a/uv.lock b/uv.lock index 116b5ba68..bda89e1a5 100644 --- a/uv.lock +++ b/uv.lock @@ -238,16 +238,16 @@ wheels = [ [[package]] name = "django" -version = "5.2.9" +version = "5.2.13" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/eb/1c/188ce85ee380f714b704283013434976df8d3a2df8e735221a02605b6794/django-5.2.9.tar.gz", hash = "sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495", size = 10848762, upload-time = "2025-12-02T14:01:08.418Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/17/b0/7f42bfc38b8f19b78546d47147e083ed06e12fc29c42da95655e0962c6c2/django-5.2.9-py3-none-any.whl", hash = "sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a", size = 8290652, upload-time = "2025-12-02T14:01:03.485Z" }, + { 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" }, ] [[package]] @@ -404,7 +404,7 @@ requires-dist = [ { name = "bleach", specifier = "==6.1.0" }, { name = "celery", specifier = "==5.6.1" }, { name = "dj-database-url", specifier = "==2.2.0" }, - { name = "django", specifier = "==5.2.9" }, + { name = "django", specifier = "==5.2.13" }, { name = "django-anymail", specifier = "==11.0.1" }, { name = "django-auth-ldap", specifier = "==4.8.0" }, { name = "django-csp", specifier = "==3.8" },