From d313431342af28b5c355198fd864657b99187225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:52:19 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.11 Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e58f522..0099459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Compatible with latest Heroku stack and Python 3.11+ # Core Django and database -Django==5.2.8 # Updated for CVE-2025-64458, CVE-2025-64459 (SQL injection fixes) +Django==5.2.11 # Updated for CVE-2025-64458, CVE-2025-64459 (SQL injection fixes) dj-database-url==3.0.1 psycopg==3.2.10