From 9bc604fed7bedf8914286cdafcca92202f6d5354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:15:12 +0000 Subject: [PATCH] Bump django from 2.0.1 to 2.0.12 in /api Bumps [django](https://github.com/django/django) from 2.0.1 to 2.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.1...2.0.12) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index b012d1d..24b4d53 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.1 +Django==2.0.12 djangorestframework==3.7.7 psycopg2==2.7.3.2 pytz==2017.3