From 9c1b0fa77e4650f5445fc430a241ae91324a8997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:15:29 +0000 Subject: [PATCH] Bump django from 2.0.6 to 2.2.13 in /drf-intro Bumps [django](https://github.com/django/django) from 2.0.6 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.6...2.2.13) Signed-off-by: dependabot[bot] --- drf-intro/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drf-intro/requirements.txt b/drf-intro/requirements.txt index 2f8d803..ee0a162 100644 --- a/drf-intro/requirements.txt +++ b/drf-intro/requirements.txt @@ -1,2 +1,2 @@ -Django==2.0.6 +Django==2.2.13 djangorestframework==3.8.2