From 680f843bcde9e9ac7e5702b37ba017dc68a2ede0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 13:58:28 +0000 Subject: [PATCH] Bump django from 3.1.13 to 3.1.14 in /src/backend Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.13...3.1.14) --- 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 6cc90d8..fda7436 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.13 +django==3.1.14 django-storages==1.9.1 django-filter==2.2.0 django-cors-headers==3.2.1