From 091e5ffa713a76b81da41c9f7208b994966a6b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:52:45 +0000 Subject: [PATCH] Bump django from 5.0.4 to 5.2.16 in /app Bumps [django](https://github.com/django/django) from 5.0.4 to 5.2.16. - [Commits](https://github.com/django/django/compare/5.0.4...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 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 50848e6..4b58057 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.0.4 +Django==5.2.16 gunicorn==22.0.0 packaging==24.0 sqlparse==0.5.0