From b92b32a42b7cbbeabf85ceac22b847f65eba423b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:20:49 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.1 to 5.2.9 in /backend Bumps [django](https://github.com/django/django) from 5.2.1 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.1...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 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 cb9a5b79..bcf810b8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -24,7 +24,7 @@ django-sendgrid-v5==1.2.4 ; python_version >= "3.12" and python_version < "4.0" django-silk==5.3.2 ; python_version >= "3.12" and python_version < "4.0" django-stubs-ext==5.1.3 ; python_version >= "3.12" and python_version < "4.0" django-types==0.20.0 ; python_version >= "3.12" and python_version < "4.0" -django==5.2.1 ; python_version >= "3.12" and python_version < "4.0" +django==5.2.9 ; python_version >= "3.12" and python_version < "4.0" djangorestframework-simplejwt==5.5.0 ; python_version >= "3.12" and python_version < "4.0" djangorestframework==3.16.0 ; python_version >= "3.12" and python_version < "4.0" drf-spectacular-sidecar==2025.8.1 ; python_version >= "3.12" and python_version < "4.0"