From b8c55e35e8dcb351cd58bc7e856a4e8f933b07e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:45:02 +0000 Subject: [PATCH] Bump django from 3.1.9 to 3.1.12 in /src/backend Bumps [django](https://github.com/django/django) from 3.1.9 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.9...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 1ca64f1..908a124 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -2,7 +2,7 @@ requests-oauth==0.4.1 requests-oauthlib==1.3.0 requests==2.23.0 -django==3.1.9 +django==3.1.12 django-storages==1.9.1 django-filter==2.2.0 django-cors-headers==3.2.1