From 63fc6e65a96c65ad1ae93948aa15f9bd040ffd26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 10 Jun 2019 19:37:33 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.1.9 in /oj Bumps [django](https://github.com/django/django) from 2.1.7 to 2.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.1.9) Signed-off-by: dependabot[bot] --- oj/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oj/requirements.txt b/oj/requirements.txt index 78a43e8..e560d04 100644 --- a/oj/requirements.txt +++ b/oj/requirements.txt @@ -1,7 +1,7 @@ certifi==2019.3.9 chardet==3.0.4 coverage==4.5.3 -Django==2.1.7 +Django==2.1.9 djangorestframework==3.9.1 entrypoints==0.3 Envelopes==0.4