From f54b955ba89f94ae20d6634e6118feb1465d2a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 20:58:03 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.7 in /backend/CHAT_SERVER Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.7) 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..19d661a 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.0.7 django-extensions==2.2.6 hiredis==1.0.1 hyperlink==19.0.0