From 5543d73ed53fe77c11e40a59209e926444b8261d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:49:27 +0000 Subject: [PATCH] Bump django from 3.0.5 to 3.0.7 Bumps [django](https://github.com/django/django) from 3.0.5 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.0.7) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4910c00..0516d0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ asgiref==3.2.7 # via django attrs==19.3.0 # via pytest certifi==2020.4.5.1 # via requests chardet==3.0.4 # via requests -django==3.0.5 # via -r requirements.in, djangorestframework +django==3.0.7 # via -r requirements.in, djangorestframework djangorestframework==3.11.0 # via -r requirements.in idna==2.9 # via requests importlib-metadata==1.6.0 # via pluggy, pytest