From 0fdb219f2e87e95aca2e538b02936f1dfcc732e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:35:37 +0000 Subject: [PATCH] Bump django from 5.1.8 to 5.2.4 Bumps [django](https://github.com/django/django) from 5.1.8 to 5.2.4. - [Commits](https://github.com/django/django/compare/5.1.8...5.2.4) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c691a9..bbde4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ "demoji==1.1.0", - "Django==5.1.8", + "Django==5.2.4", "django-allauth[socialaccount]==65.9.0", "django-bootstrap5==25.1", "django-cleanup==9.0.0",