From 319bafbb1fcae5791887a81fd5bd2ad171803bc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 14:51:06 +0000 Subject: [PATCH] Bump django from 5.2 to 5.2.6 Bumps [django](https://github.com/django/django) from 5.2 to 5.2.6. - [Commits](https://github.com/django/django/compare/5.2...5.2.6) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.6 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..7f3e5aa 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.6", "django-allauth==65.8.1", "django-anymail>=13.0.1", "django-axes==7.1.0",