From f78fb2e14b9318a8c5f8263f51509a1e2ed5ce9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:25:11 +0000 Subject: [PATCH] Bump django from 5.0.4 to 5.1.14 in /app Bumps [django](https://github.com/django/django) from 5.0.4 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.0.4...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 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 96cf45b..b82350d 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.0.4 +Django==5.1.14 gunicorn==22.0.0 packaging==24.0 psycopg2-binary==2.9.9