From 533aba31fecc9519e5df02a0cfefb2d6643bc70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:53:45 +0000 Subject: [PATCH] Bump django from 2.0.11 to 2.2.13 in /website Bumps [django](https://github.com/django/django) from 2.0.11 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.11...2.2.13) Signed-off-by: dependabot[bot] --- website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/requirements.txt b/website/requirements.txt index 9e16dc9..5a97704 100644 --- a/website/requirements.txt +++ b/website/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.3 -Django==2.0.11 +Django==2.2.13 djangorestframework==3.9.3 packaging==19.2 pyparsing==2.4.2