From 64d43f29380395770b3feb8f2308e3603cfefe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:38:40 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.1 to 5.2.7 in /backend Bumps [django](https://github.com/django/django) from 5.2.1 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.2.1...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 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..20784738 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.7 ; 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"