From 8d25f7ac3111cd69ec37de760452663f45fc4b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 06:26:06 +0000 Subject: [PATCH] Bump django from 2.0.9 to 2.0.12 in /requirements Bumps [django](https://github.com/django/django) from 2.0.9 to 2.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.9...2.0.12) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1cde15f..04ef900 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ Pillow==6.2.0 psycopg2==2.7.4 --no-binary psycopg2 # Django -django==2.0.9 +django==2.0.12 # Django Rest Framework djangorestframework==3.9.1