From 1b1b4e38dcdf4f67d5b03261dba6699c96f4d031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 18:29:33 +0000 Subject: [PATCH] Bump django from 5.1.8 to 5.1.15 Bumps [django](https://github.com/django/django) from 5.1.8 to 5.1.15. - [Commits](https://github.com/django/django/compare/5.1.8...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 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 6fc19dc..023d57a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ########## DEPENDENCIES ########## dependencies = [ "demoji==1.1.0", - "Django==5.1.8", + "Django==5.1.15", "django-allauth[socialaccount]==65.9.0", "django-bootstrap5==25.1", "django-cleanup==9.0.0",