From bbcf8ccd21ea561cd7ab55c6940e72a3fe901bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:40:59 +0000 Subject: [PATCH] Bump django from 5.0.3 to 5.0.8 in /backend Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.8) --- updated-dependencies: - dependency-name: django 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 6b32b1d..cb80803 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==5.0.3 +Django==5.0.8 channels==4.1.0 channels-redis==4.1.0 # For using channels with redis django-cors-headers