From bae32d4b22ba44ea04730e7786104093bce9e3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 23:40:37 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.6 in /backend/CHAT_SERVER Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.6) Signed-off-by: dependabot[bot] --- backend/CHAT_SERVER/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/CHAT_SERVER/requirements.txt b/backend/CHAT_SERVER/requirements.txt index a91a7c3..36c5a07 100644 --- a/backend/CHAT_SERVER/requirements.txt +++ b/backend/CHAT_SERVER/requirements.txt @@ -13,7 +13,7 @@ constantly==15.1.0 cryptography==2.8 daphne==2.4.1 decorator==4.4.1 -Django==3.0.3 +Django==3.1.6 django-extensions==2.2.6 hiredis==1.0.1 hyperlink==19.0.0