From 901148d577a286dff5cdacbe5de8794c7ea234be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:51:35 +0000 Subject: [PATCH] Bump django from 5.2.7 to 5.2.8 Bumps [django](https://github.com/django/django) from 5.2.7 to 5.2.8. - [Commits](https://github.com/django/django/compare/5.2.7...5.2.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 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..3ed2ad4 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.8", "django-allauth[mfa]==65.13.0", "django-anymail==13.1", "django-crispy-forms==2.4",