From 6ff173fe8bf693b71ec0359f16a2b47cd865a0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:05:34 +0000 Subject: [PATCH] Bump django from 5.2 to 5.2.8 Bumps [django](https://github.com/django/django) from 5.2 to 5.2.8. - [Commits](https://github.com/django/django/compare/5.2...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 047044b..093464a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.10" dependencies = [ "argon2-cffi==23.1.0", "cryptography==45.0.2", - "django==5.2", + "django==5.2.8", "django-allauth==65.8.1", "django-anymail>=13.0.1", "django-axes==7.1.0",