From b0d26ed212ad6ebd9526ce3d8d514aed1cddcf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:56:01 +0000 Subject: [PATCH] Bump django from 5.2.11 to 5.2.13 Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.13. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 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 199e667..aaa8dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ "demoji==1.1.0", - "Django==5.2.11", + "Django==5.2.13", "django-allauth[socialaccount]==65.14.3", "django-bootstrap5==26.2", "django-cleanup==9.0.0",