From 21fadff38679be4f2e6615f8313e9a06fc82a197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 22:34:11 +0000 Subject: [PATCH] Bump django from 2.0.6 to 2.2.10 in /drf-intro Bumps [django](https://github.com/django/django) from 2.0.6 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.6...2.2.10) 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..d6eb359 100644 --- a/drf-intro/requirements.txt +++ b/drf-intro/requirements.txt @@ -1,2 +1,2 @@ -Django==2.0.6 +Django==2.2.10 djangorestframework==3.8.2