From eb1aaa874f773acf7e1756bd4538371c4bfaf399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:47:35 +0000 Subject: [PATCH] Bump django from 5.2.14 to 5.2.16 in /backend Bumps [django](https://github.com/django/django) from 5.2.14 to 5.2.16. - [Commits](https://github.com/django/django/compare/5.2.14...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1a34ce1..11b25b4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ # Core Django packages (version-pinned for stability) -Django==5.2.14 +Django==5.2.16 djangorestframework==3.16.0 django-cors-headers==4.7.0 django-environ==0.12.0