From dbe520461a1b043b6cad5147aa724398e05a2fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:31:57 +0000 Subject: [PATCH] Bump django from 5.0.6 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.0.6 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.0.6...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... 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 59e5e11..8298806 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ certifi==2024.7.4 charset-normalizer==3.3.2 click==8.1.7 distro==1.9.0 -Django==5.0.6 +Django==5.1.1 django-cors-headers==4.4.0 djangorestframework==3.15.2 gunicorn==23.0.0