From 57e41165cc152f3704cea468cf375114dfdcb644 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 23:23:05 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.2.2 Bumps [django](https://github.com/django/django) from 3.1.7 to 3.2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.7...3.2.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb2f2bf..9f43959 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.3.1 certifi==2020.12.5 chardet==4.0.0 -Django==3.1.7 +Django==3.2.2 djangorestframework==3.12.2 gunicorn==20.0.4 idna==2.10