From 0372a27bb48efda805bdc519ca3726151b6d9198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:03:22 +0000 Subject: [PATCH] chore(deps): update django requirement from ~=5.2.7 to ~=6.0.3 in /api Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.2.7...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 24e63dd94..d774666d2 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ captcha~=0.7.1 celery~=5.6.2 coverage~=7.13.4 cryptography~=46.0.5 -Django~=5.2.7 +Django~=6.0.3 django-cors-headers~=4.9.0 djangorestframework~=3.16.1 django-celery-email~=3.0.0