From 14b8e577a44f2d3473e84a4f425ad5f810cee52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 12:08:37 +0000 Subject: [PATCH] Bump django from 3.0.5 to 3.1.6 Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.1.6) 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..32c4bfe 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.1.6 # 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