From 2c869650286ca8dfbc9946177f194ab8ba66a3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:21:18 +0000 Subject: [PATCH] Bump django from 5.2.7 to 5.2.9 Bumps [django](https://github.com/django/django) from 5.2.7 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.7...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ea424f..4762896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,7 +164,7 @@ requires-python = "==3.13.*" dependencies = [ "argon2-cffi==25.1.0", "crispy-bootstrap5==2025.6", - "django==5.2.7", + "django==5.2.9", "django-allauth[mfa]==65.13.0", "django-anymail==13.1", "django-crispy-forms==2.4",