From 4e6881daa0f61f561d1e2ee1a5931bd634d70940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:39:52 +0000 Subject: [PATCH] Bump django from 3.1.3 to 3.1.8 in /backend/requirements Bumps [django](https://github.com/django/django) from 3.1.3 to 3.1.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.3...3.1.8) Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index 3d2b9f2..dfe8140 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -11,7 +11,7 @@ daphne==3.0.1 graphene-django==2.13.0 django-graphql-jwt==0.3.1 -Django==3.1.3 +Django==3.1.8 django-filter==2.2.0 djangorestframework==3.12.2 djangorestframework_simplejwt==4.4.0