From a21b26df89ac159cfea01ae477babf44a7dad6b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 10:49:26 +0000 Subject: [PATCH] chore(deps): update django requirement from ~=5.2.7 to ~=6.0.1 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.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 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 d62e41cc4..798170c78 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ captcha~=0.7.1 celery~=5.5.3 coverage~=7.13.1 cryptography~=46.0.3 -Django~=5.2.7 +Django~=6.0.1 django-cors-headers~=4.9.0 djangorestframework~=3.16.1 django-celery-email~=3.0.0