From 567c44382ae3be6423b87cd99b16ff10f20b1672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:24:12 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.16 to 5.1.5 in /backend Bumps [django](https://github.com/django/django) from 4.2.16 to 5.1.5. - [Commits](https://github.com/django/django/compare/4.2.16...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 96596acb..c8939500 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 autopep8==2.3.1 certifi==2024.8.30 charset-normalizer==3.3.2 -Django==4.2.16 +Django==5.1.5 django-cors-headers==4.6.0 django-rest-passwordreset==1.4.2 djangorestframework==3.15.2