From 273b4efd7163f04260eb6c53a6cda5b073a25e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 23:07:43 +0000 Subject: [PATCH] Bump django from 4.2.16 to 4.2.22 in /backend Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.22. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.22) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.22 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 1e65635..013b4d5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.8.0 black==24.10.0 click==8.1.7 -Django==4.2.16 +Django==4.2.22 django-cors-headers==3.13.0 djangorestframework==3.15.2 djangorestframework-simplejwt==5.2.2