From 7a3c31499c18f10633b699c4a42e55432d41bd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:31:01 +0000 Subject: [PATCH] Bump django from 3.0.7 to 3.0.14 in /positweet Bumps [django](https://github.com/django/django) from 3.0.7 to 3.0.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.7...3.0.14) Signed-off-by: dependabot[bot] --- positweet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/positweet/requirements.txt b/positweet/requirements.txt index 23039cc..16785c6 100644 --- a/positweet/requirements.txt +++ b/positweet/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.2.7 certifi==2020.4.5.1 chardet==3.0.4 -Django==3.0.7 +Django==3.0.14 django-rest-framework==0.1.0 djangorestframework==3.11.0 future==0.18.2