From a403afd571d134c319a918b6f11236e946b5aaac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 01:45:45 +0000 Subject: [PATCH] Bump django from 2.1.1 to 2.2.13 in /backendAssignment Bumps [django](https://github.com/django/django) from 2.1.1 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.1...2.2.13) Signed-off-by: dependabot[bot] --- backendAssignment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backendAssignment/requirements.txt b/backendAssignment/requirements.txt index 8718c09..d43307e 100644 --- a/backendAssignment/requirements.txt +++ b/backendAssignment/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1.1 +Django==2.2.13 django-timezone-field==4.0 djangorestframework==3.11.0 mysqlclient==1.4.6