From e32096b841a41f1ea9a66d634e2febfcb4602d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:04:25 +0000 Subject: [PATCH] Bump django from 4.0.3 to 4.0.8 in /backend Bumps [django](https://github.com/django/django) from 4.0.3 to 4.0.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.3...4.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 fe17841e..abc05f19 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.5.0 -Django==4.0.3 +Django==4.0.8 django-cors-headers==3.11.0 django-filter==21.1 djangorestframework==3.13.1