From 18f179e056bc81e383d43a60c73849c18626bf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:47:13 +0000 Subject: [PATCH] Bump django from 5.2.11 to 5.2.12 in /app Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.12. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.12) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 038cd4d3..5b9bc526 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ #Django==4.0.2 -Django==5.2.11 +Django==5.2.12 asgiref>=3.8.1 sqlparse==0.5.0 debugpy==1.5.1